how can I see the color space of my image with openCV ?

I would like to be sure it is RGB, before to convert to another one using cvCvtColor() function..

It is just a normal image from a phone camera. Is it supposed to be RGB ?

thanks