Shades of Deco #C8C976
Tints of Deco #C8C976
RGB
CMYK
RGB Variations
Color information
#C8C976 (or 0xC8C976) is known color: Deco. HEX triplet: C8, C9 and 76. RGB value is (200,201,118). Sum of RGB (Red+Green+Blue) = 200+201+118=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C976 is #373689. Grayscale: #BFBFBF. Windows color (decimal): -3618442 or 7784904. OLE color: 7784904.
HSL color Cylindrical-coordinate representation of color #C8C976: hue angle of 60.72º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8C976 is Cyan = 0.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 201 | 118 | - |
| CMYK | 0.00 | 0 | 0.41 | 0.21 |
| HSL | 60.72º | 0.43% | 0.63% | - |
| HSV(B) | 60.72º | 0.41% | 0.79% | - |
| XYZ | 47.98 | 55.36 | 25.3 | - |
| YUV | 191.24 | 86.67 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 201 | 118 | 0.00 | 0 | 0.41 | 0.21 | 60.72 | 0.43 | 0.63 |
| Hex | C8 | C9 | 76 | 0 | 0 | 29 | 15 | 3D | 2B | 3F |
| Octal | 310 | 311 | 166 | 0 | 0 | 51 | 25 | 75 | 53 | 77 |
| Binary | 11001000 | 11001001 | 1110110 | 0 | 0 | 101001 | 10101 | 111101 | 101011 | 111111 |
Color Harmonies of #C8C976
Complementary color
Monochromatic Colors of #C8C976
Black with #C8C976
Text Example
Text Example
White with #C8C976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C976; }
p { color: rgb(200,201,118); }
H1.HeaderClassName
{
color: #C8C976;
}
.AnyTagClassName
{
color: #C8C976;
}
</style>
background-color css
<style>
a { background-color: #C8C976; }
a { background-color: rgb(200,201,118); }
div.DivClassName
{
background-color: #C8C976;
}
.BgClassName
{
background-color: #C8C976;
}
</style>
border-color css
<style>
span { border-color: #C8C976; }
span { border-color: rgb(200,201,118); }
td.TdClassName
{
border-color: #C8C976;
}
.TagClassName
{
border-color: #C8C976;
}
</style>