Shades of Deco #C8C874
Tints of Deco #C8C874
RGB
CMYK
RGB Variations
Color information
#C8C874 (or 0xC8C874) is known color: Deco. HEX triplet: C8, C8 and 74. RGB value is (200,200,116). Sum of RGB (Red+Green+Blue) = 200+200+116=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C874 is #37378B. Grayscale: #BEBEBE. Windows color (decimal): -3618700 or 7653576. OLE color: 7653576.
HSL color Cylindrical-coordinate representation of color #C8C874: hue angle of 60º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8C874 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 200 | 116 | - |
| CMYK | 0 | 0 | 0.42 | 0.22 |
| HSL | 60º | 0.43% | 0.62% | - |
| HSV(B) | 60º | 0.42% | 0.78% | - |
| XYZ | 47.63 | 54.85 | 24.6 | - |
| YUV | 190.42 | 86 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 200 | 116 | 0 | 0 | 0.42 | 0.22 | 60 | 0.43 | 0.62 |
| Hex | C8 | C8 | 74 | 0 | 0 | 2A | 16 | 3C | 2B | 3E |
| Octal | 310 | 310 | 164 | 0 | 0 | 52 | 26 | 74 | 53 | 76 |
| Binary | 11001000 | 11001000 | 1110100 | 0 | 0 | 101010 | 10110 | 111100 | 101011 | 111110 |
Color Harmonies of #C8C874
Complementary color
Monochromatic Colors of #C8C874
Black with #C8C874
Text Example
Text Example
White with #C8C874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C874; }
p { color: rgb(200,200,116); }
H1.HeaderClassName
{
color: #C8C874;
}
.AnyTagClassName
{
color: #C8C874;
}
</style>
background-color css
<style>
a { background-color: #C8C874; }
a { background-color: rgb(200,200,116); }
div.DivClassName
{
background-color: #C8C874;
}
.BgClassName
{
background-color: #C8C874;
}
</style>
border-color css
<style>
span { border-color: #C8C874; }
span { border-color: rgb(200,200,116); }
td.TdClassName
{
border-color: #C8C874;
}
.TagClassName
{
border-color: #C8C874;
}
</style>