Shades of Deco #CCD192
Tints of Deco #CCD192
RGB
CMYK
RGB Variations
Color information
#CCD192 (or 0xCCD192) is known color: Deco. HEX triplet: CC, D1 and 92. RGB value is (204,209,146). Sum of RGB (Red+Green+Blue) = 204+209+146=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD192 is #332E6D. Grayscale: #C8C8C8. Windows color (decimal): -3354222 or 9621964. OLE color: 9621964.
HSL color Cylindrical-coordinate representation of color #CCD192: hue angle of 64.76º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCD192 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 146 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.18 |
| HSL | 64.76º | 0.41% | 0.7% | - |
| HSV(B) | 64.76º | 0.3% | 0.82% | - |
| XYZ | 52.89 | 60.51 | 36.09 | - |
| YUV | 200.32 | 97.34 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 146 | 0.02 | 0 | 0.30 | 0.18 | 64.76 | 0.41 | 0.7 |
| Hex | CC | D1 | 92 | 2 | 0 | 1E | 12 | 41 | 29 | 46 |
| Octal | 314 | 321 | 222 | 2 | 0 | 36 | 22 | 101 | 51 | 106 |
| Binary | 11001100 | 11010001 | 10010010 | 10 | 0 | 11110 | 10010 | 1000001 | 101001 | 1000110 |
Color Harmonies of #CCD192
Complementary color
Monochromatic Colors of #CCD192
Black with #CCD192
Text Example
Text Example
White with #CCD192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD192; }
p { color: rgb(204,209,146); }
H1.HeaderClassName
{
color: #CCD192;
}
.AnyTagClassName
{
color: #CCD192;
}
</style>
background-color css
<style>
a { background-color: #CCD192; }
a { background-color: rgb(204,209,146); }
div.DivClassName
{
background-color: #CCD192;
}
.BgClassName
{
background-color: #CCD192;
}
</style>
border-color css
<style>
span { border-color: #CCD192; }
span { border-color: rgb(204,209,146); }
td.TdClassName
{
border-color: #CCD192;
}
.TagClassName
{
border-color: #CCD192;
}
</style>