Shades of Deco #C9CF72
Tints of Deco #C9CF72
RGB
CMYK
RGB Variations
Color information
#C9CF72 (or 0xC9CF72) is known color: Deco. HEX triplet: C9, CF and 72. RGB value is (201,207,114). Sum of RGB (Red+Green+Blue) = 201+207+114=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 114 (44.92% from 255 or 21.84% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CF72 is #36308D. Grayscale: #C2C2C2. Windows color (decimal): -3551374 or 7524297. OLE color: 7524297.
HSL color Cylindrical-coordinate representation of color #C9CF72: hue angle of 63.87º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9CF72 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 114 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.19 |
| HSL | 63.87º | 0.49% | 0.63% | - |
| HSV(B) | 63.87º | 0.45% | 0.81% | - |
| XYZ | 49.44 | 58.26 | 24.56 | - |
| YUV | 194.6 | 82.51 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 114 | 0.03 | 0 | 0.45 | 0.19 | 63.87 | 0.49 | 0.63 |
| Hex | C9 | CF | 72 | 3 | 0 | 2D | 13 | 40 | 31 | 3F |
| Octal | 311 | 317 | 162 | 3 | 0 | 55 | 23 | 100 | 61 | 77 |
| Binary | 11001001 | 11001111 | 1110010 | 11 | 0 | 101101 | 10011 | 1000000 | 110001 | 111111 |
Color Harmonies of #C9CF72
Complementary color
Monochromatic Colors of #C9CF72
Black with #C9CF72
Text Example
Text Example
White with #C9CF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CF72; }
p { color: rgb(201,207,114); }
H1.HeaderClassName
{
color: #C9CF72;
}
.AnyTagClassName
{
color: #C9CF72;
}
</style>
background-color css
<style>
a { background-color: #C9CF72; }
a { background-color: rgb(201,207,114); }
div.DivClassName
{
background-color: #C9CF72;
}
.BgClassName
{
background-color: #C9CF72;
}
</style>
border-color css
<style>
span { border-color: #C9CF72; }
span { border-color: rgb(201,207,114); }
td.TdClassName
{
border-color: #C9CF72;
}
.TagClassName
{
border-color: #C9CF72;
}
</style>