Shades of Deco #CCD194
Tints of Deco #CCD194
RGB
CMYK
RGB Variations
Color information
#CCD194 (or 0xCCD194) is known color: Deco. HEX triplet: CC, D1 and 94. RGB value is (204,209,148). Sum of RGB (Red+Green+Blue) = 204+209+148=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD194 is #332E6B. Grayscale: #C8C8C8. Windows color (decimal): -3354220 or 9753036. OLE color: 9753036.
HSL color Cylindrical-coordinate representation of color #CCD194: hue angle of 64.92º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCD194 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 148 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.18 |
| HSL | 64.92º | 0.4% | 0.7% | - |
| HSV(B) | 64.92º | 0.29% | 0.82% | - |
| XYZ | 53.05 | 60.58 | 36.91 | - |
| YUV | 200.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 148 | 0.02 | 0 | 0.29 | 0.18 | 64.92 | 0.4 | 0.7 |
| Hex | CC | D1 | 94 | 2 | 0 | 1D | 12 | 41 | 28 | 46 |
| Octal | 314 | 321 | 224 | 2 | 0 | 35 | 22 | 101 | 50 | 106 |
| Binary | 11001100 | 11010001 | 10010100 | 10 | 0 | 11101 | 10010 | 1000001 | 101000 | 1000110 |
Color Harmonies of #CCD194
Complementary color
Monochromatic Colors of #CCD194
Black with #CCD194
Text Example
Text Example
White with #CCD194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD194; }
p { color: rgb(204,209,148); }
H1.HeaderClassName
{
color: #CCD194;
}
.AnyTagClassName
{
color: #CCD194;
}
</style>
background-color css
<style>
a { background-color: #CCD194; }
a { background-color: rgb(204,209,148); }
div.DivClassName
{
background-color: #CCD194;
}
.BgClassName
{
background-color: #CCD194;
}
</style>
border-color css
<style>
span { border-color: #CCD194; }
span { border-color: rgb(204,209,148); }
td.TdClassName
{
border-color: #CCD194;
}
.TagClassName
{
border-color: #CCD194;
}
</style>