Shades of Deco #C9CC87
Tints of Deco #C9CC87
RGB
CMYK
RGB Variations
Color information
#C9CC87 (or 0xC9CC87) is known color: Deco. HEX triplet: C9, CC and 87. RGB value is (201,204,135). Sum of RGB (Red+Green+Blue) = 201+204+135=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 135 (53.12% from 255 or 25% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CC87 is #363378. Grayscale: #C3C3C3. Windows color (decimal): -3552121 or 8899785. OLE color: 8899785.
HSL color Cylindrical-coordinate representation of color #C9CC87: hue angle of 62.61º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C9CC87 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 204 | 135 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.2 |
| HSL | 62.61º | 0.4% | 0.66% | - |
| HSV(B) | 62.61º | 0.34% | 0.8% | - |
| XYZ | 50.05 | 57.35 | 31.35 | - |
| YUV | 195.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 204 | 135 | 0.01 | 0 | 0.34 | 0.2 | 62.61 | 0.4 | 0.66 |
| Hex | C9 | CC | 87 | 1 | 0 | 22 | 14 | 3F | 28 | 42 |
| Octal | 311 | 314 | 207 | 1 | 0 | 42 | 24 | 77 | 50 | 102 |
| Binary | 11001001 | 11001100 | 10000111 | 1 | 0 | 100010 | 10100 | 111111 | 101000 | 1000010 |
Color Harmonies of #C9CC87
Complementary color
Monochromatic Colors of #C9CC87
Black with #C9CC87
Text Example
Text Example
White with #C9CC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CC87; }
p { color: rgb(201,204,135); }
H1.HeaderClassName
{
color: #C9CC87;
}
.AnyTagClassName
{
color: #C9CC87;
}
</style>
background-color css
<style>
a { background-color: #C9CC87; }
a { background-color: rgb(201,204,135); }
div.DivClassName
{
background-color: #C9CC87;
}
.BgClassName
{
background-color: #C9CC87;
}
</style>
border-color css
<style>
span { border-color: #C9CC87; }
span { border-color: rgb(201,204,135); }
td.TdClassName
{
border-color: #C9CC87;
}
.TagClassName
{
border-color: #C9CC87;
}
</style>