Convert CMYK to RGB

Specify CMY(K) Color

CMYK (Cyan, Magenta, Yellow, blacK) is the color model developed for print. It is an Subtractive Color Model: if all parameters = 0 , this means white, like a blank page before printing; if all parameters are maximal (1), this represents black.

RGB Color

RGB(179, 61, 38) = #B33D26Complement(0, 122, 165)
Red Green BlueRGB Color Model is an Additive Color Model (if you don't add anything, it's black), used for screens.Complementary ColorColor that is on the opposite side of the RGB color wheel, with opposite hue
Websafe(153, 51, 0) = #993300Greyscale(94, 94, 94)
Websafe RGBclosest color on the list of 216 colors that were safe for old 256-color screensGrayscaleShade of grey with the same perceived luminosity as this RGB color

Convert to other color models

CMYK(0.0000, 0.6592, 0.7877, 0.2980)CMY(0.2980, 0.7608, 0.8510)
CMYK (Cyan Magenta Yellow blacK) Color Model is a Subtractive Color Model ("if you don't do anything, it remains white"e), used for printing with 4 colors. CMY (Cyan Magenta Yellow) Color Model is a Subtractive Color Model ("if you don't do anything, it remains white"), used for printing with 3 colors.
HSV(9.7880, 78.7700, 70.2000)HSL(9.7880, 64.9757, 42.5517)
HSV (Hue Saturation Value) Color Model is a cylindrical-coordinate representation of points in an RGB color model. HSL (Hue Saturation Luminosity) Color Model is a cylindrical-coordinate representation of points in an RGB color model.
XYZ(20.6117, 13.0631, 3.2691)Yxy(13.0631, 0.5579, 0.3536)
CIE XYZ color space (a.k.a. CIE 1931 color space) encompasses all color sensations that an average person can experience CIE Yxy color space is a rescaling of CIE XYZ with chrominance to [0 - 1] range
CIELab(42.8581, 46.6981, 39.3182)CIELCh(42.8581, 61.0462, 40.0962)
The Lab color space describes mathematically all perceivable colors in the three dimensions L for lightness and a and b for the color opponents green–red and blue–yellow.CIELab cube color space, where the cylindrical coordinates C* (chroma, relative saturation) and h° (hue angle, angle of the hue in the CIELab color wheel) are specified

Examples

Here are some lists of RGB colors:
  • HTML color names: e.g. NavajoWhite, SteelBlue
  • Websafe colors: e.g. #F60, #36C
  • References