Shades of Deco #C8C872
Tints of Deco #C8C872
RGB
CMYK
RGB Variations
Color information
#C8C872 (or 0xC8C872) is known color: Deco. HEX triplet: C8, C8 and 72. RGB value is (200,200,114). Sum of RGB (Red+Green+Blue) = 200+200+114=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C872 is #37378D. Grayscale: #BEBEBE. Windows color (decimal): -3618702 or 7522504. OLE color: 7522504.
HSL color Cylindrical-coordinate representation of color #C8C872: hue angle of 60º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8C872 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 200 | 114 | - |
| CMYK | 0 | 0 | 0.43 | 0.22 |
| HSL | 60º | 0.44% | 0.62% | - |
| HSV(B) | 60º | 0.43% | 0.78% | - |
| XYZ | 47.51 | 54.8 | 23.99 | - |
| YUV | 190.2 | 85 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 200 | 114 | 0 | 0 | 0.43 | 0.22 | 60 | 0.44 | 0.62 |
| Hex | C8 | C8 | 72 | 0 | 0 | 2B | 16 | 3C | 2C | 3E |
| Octal | 310 | 310 | 162 | 0 | 0 | 53 | 26 | 74 | 54 | 76 |
| Binary | 11001000 | 11001000 | 1110010 | 0 | 0 | 101011 | 10110 | 111100 | 101100 | 111110 |
Color Harmonies of #C8C872
Complementary color
Monochromatic Colors of #C8C872
Black with #C8C872
Text Example
Text Example
White with #C8C872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C872; }
p { color: rgb(200,200,114); }
H1.HeaderClassName
{
color: #C8C872;
}
.AnyTagClassName
{
color: #C8C872;
}
</style>
background-color css
<style>
a { background-color: #C8C872; }
a { background-color: rgb(200,200,114); }
div.DivClassName
{
background-color: #C8C872;
}
.BgClassName
{
background-color: #C8C872;
}
</style>
border-color css
<style>
span { border-color: #C8C872; }
span { border-color: rgb(200,200,114); }
td.TdClassName
{
border-color: #C8C872;
}
.TagClassName
{
border-color: #C8C872;
}
</style>