Shades of Deco #C9CF71
Tints of Deco #C9CF71
RGB
CMYK
RGB Variations
Color information
#C9CF71 (or 0xC9CF71) is known color: Deco. HEX triplet: C9, CF and 71. RGB value is (201,207,113). Sum of RGB (Red+Green+Blue) = 201+207+113=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CF71 is #36308E. Grayscale: #C2C2C2. Windows color (decimal): -3551375 or 7458761. OLE color: 7458761.
HSL color Cylindrical-coordinate representation of color #C9CF71: hue angle of 63.83º 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 #C9CF71 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 113 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.19 |
| HSL | 63.83º | 0.49% | 0.63% | - |
| HSV(B) | 63.83º | 0.45% | 0.81% | - |
| XYZ | 49.38 | 58.24 | 24.26 | - |
| YUV | 194.49 | 82.01 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 113 | 0.03 | 0 | 0.45 | 0.19 | 63.83 | 0.49 | 0.63 |
| Hex | C9 | CF | 71 | 3 | 0 | 2D | 13 | 40 | 31 | 3F |
| Octal | 311 | 317 | 161 | 3 | 0 | 55 | 23 | 100 | 61 | 77 |
| Binary | 11001001 | 11001111 | 1110001 | 11 | 0 | 101101 | 10011 | 1000000 | 110001 | 111111 |
Color Harmonies of #C9CF71
Complementary color
Monochromatic Colors of #C9CF71
Black with #C9CF71
Text Example
Text Example
White with #C9CF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CF71; }
p { color: rgb(201,207,113); }
H1.HeaderClassName
{
color: #C9CF71;
}
.AnyTagClassName
{
color: #C9CF71;
}
</style>
background-color css
<style>
a { background-color: #C9CF71; }
a { background-color: rgb(201,207,113); }
div.DivClassName
{
background-color: #C9CF71;
}
.BgClassName
{
background-color: #C9CF71;
}
</style>
border-color css
<style>
span { border-color: #C9CF71; }
span { border-color: rgb(201,207,113); }
td.TdClassName
{
border-color: #C9CF71;
}
.TagClassName
{
border-color: #C9CF71;
}
</style>