Shades of Deco #C9CC72
Tints of Deco #C9CC72
RGB
CMYK
RGB Variations
Color information
#C9CC72 (or 0xC9CC72) is known color: Deco. HEX triplet: C9, CC and 72. RGB value is (201,204,114). Sum of RGB (Red+Green+Blue) = 201+204+114=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CC72 is #36338D. Grayscale: #C1C1C1. Windows color (decimal): -3552142 or 7523529. OLE color: 7523529.
HSL color Cylindrical-coordinate representation of color #C9CC72: hue angle of 62º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9CC72 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 204 | 114 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.2 |
| HSL | 62º | 0.47% | 0.62% | - |
| HSV(B) | 62º | 0.44% | 0.8% | - |
| XYZ | 48.72 | 56.82 | 24.32 | - |
| YUV | 192.84 | 83.51 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 204 | 114 | 0.01 | 0 | 0.44 | 0.2 | 62 | 0.47 | 0.62 |
| Hex | C9 | CC | 72 | 1 | 0 | 2C | 14 | 3E | 2F | 3E |
| Octal | 311 | 314 | 162 | 1 | 0 | 54 | 24 | 76 | 57 | 76 |
| Binary | 11001001 | 11001100 | 1110010 | 1 | 0 | 101100 | 10100 | 111110 | 101111 | 111110 |
Color Harmonies of #C9CC72
Complementary color
Monochromatic Colors of #C9CC72
Black with #C9CC72
Text Example
Text Example
White with #C9CC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CC72; }
p { color: rgb(201,204,114); }
H1.HeaderClassName
{
color: #C9CC72;
}
.AnyTagClassName
{
color: #C9CC72;
}
</style>
background-color css
<style>
a { background-color: #C9CC72; }
a { background-color: rgb(201,204,114); }
div.DivClassName
{
background-color: #C9CC72;
}
.BgClassName
{
background-color: #C9CC72;
}
</style>
border-color css
<style>
span { border-color: #C9CC72; }
span { border-color: rgb(201,204,114); }
td.TdClassName
{
border-color: #C9CC72;
}
.TagClassName
{
border-color: #C9CC72;
}
</style>