Shades of Deco #C8CF72
Tints of Deco #C8CF72
RGB
CMYK
RGB Variations
Color information
#C8CF72 (or 0xC8CF72) is known color: Deco. HEX triplet: C8, CF and 72. RGB value is (200,207,114). Sum of RGB (Red+Green+Blue) = 200+207+114=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CF72 is #37308D. Grayscale: #C2C2C2. Windows color (decimal): -3616910 or 7524296. OLE color: 7524296.
HSL color Cylindrical-coordinate representation of color #C8CF72: hue angle of 64.52º 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 #C8CF72 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 114 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.19 |
| HSL | 64.52º | 0.49% | 0.63% | - |
| HSV(B) | 64.52º | 0.45% | 0.81% | - |
| XYZ | 49.17 | 58.12 | 24.55 | - |
| YUV | 194.31 | 82.68 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 114 | 0.03 | 0 | 0.45 | 0.19 | 64.52 | 0.49 | 0.63 |
| Hex | C8 | CF | 72 | 3 | 0 | 2D | 13 | 41 | 31 | 3F |
| Octal | 310 | 317 | 162 | 3 | 0 | 55 | 23 | 101 | 61 | 77 |
| Binary | 11001000 | 11001111 | 1110010 | 11 | 0 | 101101 | 10011 | 1000001 | 110001 | 111111 |
Color Harmonies of #C8CF72
Complementary color
Monochromatic Colors of #C8CF72
Black with #C8CF72
Text Example
Text Example
White with #C8CF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CF72; }
p { color: rgb(200,207,114); }
H1.HeaderClassName
{
color: #C8CF72;
}
.AnyTagClassName
{
color: #C8CF72;
}
</style>
background-color css
<style>
a { background-color: #C8CF72; }
a { background-color: rgb(200,207,114); }
div.DivClassName
{
background-color: #C8CF72;
}
.BgClassName
{
background-color: #C8CF72;
}
</style>
border-color css
<style>
span { border-color: #C8CF72; }
span { border-color: rgb(200,207,114); }
td.TdClassName
{
border-color: #C8CF72;
}
.TagClassName
{
border-color: #C8CF72;
}
</style>