Shades of Deco #C8CF74
Tints of Deco #C8CF74
RGB
CMYK
RGB Variations
Color information
#C8CF74 (or 0xC8CF74) is known color: Deco. HEX triplet: C8, CF and 74. RGB value is (200,207,116). Sum of RGB (Red+Green+Blue) = 200+207+116=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CF74 is #37308B. Grayscale: #C2C2C2. Windows color (decimal): -3616908 or 7655368. OLE color: 7655368.
HSL color Cylindrical-coordinate representation of color #C8CF74: hue angle of 64.62º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8CF74 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 116 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.19 |
| HSL | 64.62º | 0.49% | 0.63% | - |
| HSV(B) | 64.62º | 0.44% | 0.81% | - |
| XYZ | 49.28 | 58.17 | 25.15 | - |
| YUV | 194.53 | 83.68 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 116 | 0.03 | 0 | 0.44 | 0.19 | 64.62 | 0.49 | 0.63 |
| Hex | C8 | CF | 74 | 3 | 0 | 2C | 13 | 41 | 31 | 3F |
| Octal | 310 | 317 | 164 | 3 | 0 | 54 | 23 | 101 | 61 | 77 |
| Binary | 11001000 | 11001111 | 1110100 | 11 | 0 | 101100 | 10011 | 1000001 | 110001 | 111111 |
Color Harmonies of #C8CF74
Complementary color
Monochromatic Colors of #C8CF74
Black with #C8CF74
Text Example
Text Example
White with #C8CF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CF74; }
p { color: rgb(200,207,116); }
H1.HeaderClassName
{
color: #C8CF74;
}
.AnyTagClassName
{
color: #C8CF74;
}
</style>
background-color css
<style>
a { background-color: #C8CF74; }
a { background-color: rgb(200,207,116); }
div.DivClassName
{
background-color: #C8CF74;
}
.BgClassName
{
background-color: #C8CF74;
}
</style>
border-color css
<style>
span { border-color: #C8CF74; }
span { border-color: rgb(200,207,116); }
td.TdClassName
{
border-color: #C8CF74;
}
.TagClassName
{
border-color: #C8CF74;
}
</style>