Shades of Deco #C6C976
Tints of Deco #C6C976
RGB
CMYK
RGB Variations
Color information
#C6C976 (or 0xC6C976) is known color: Deco. HEX triplet: C6, C9 and 76. RGB value is (198,201,118). Sum of RGB (Red+Green+Blue) = 198+201+118=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C976 is #393689. Grayscale: #BEBEBE. Windows color (decimal): -3749514 or 7784902. OLE color: 7784902.
HSL color Cylindrical-coordinate representation of color #C6C976: hue angle of 62.17º 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 #C6C976 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 201 | 118 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.21 |
| HSL | 62.17º | 0.43% | 0.63% | - |
| HSV(B) | 62.17º | 0.41% | 0.79% | - |
| XYZ | 47.45 | 55.09 | 25.27 | - |
| YUV | 190.64 | 87.01 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 201 | 118 | 0.01 | 0 | 0.41 | 0.21 | 62.17 | 0.43 | 0.63 |
| Hex | C6 | C9 | 76 | 1 | 0 | 29 | 15 | 3E | 2B | 3F |
| Octal | 306 | 311 | 166 | 1 | 0 | 51 | 25 | 76 | 53 | 77 |
| Binary | 11000110 | 11001001 | 1110110 | 1 | 0 | 101001 | 10101 | 111110 | 101011 | 111111 |
Color Harmonies of #C6C976
Complementary color
Monochromatic Colors of #C6C976
Black with #C6C976
Text Example
Text Example
White with #C6C976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C976; }
p { color: rgb(198,201,118); }
H1.HeaderClassName
{
color: #C6C976;
}
.AnyTagClassName
{
color: #C6C976;
}
</style>
background-color css
<style>
a { background-color: #C6C976; }
a { background-color: rgb(198,201,118); }
div.DivClassName
{
background-color: #C6C976;
}
.BgClassName
{
background-color: #C6C976;
}
</style>
border-color css
<style>
span { border-color: #C6C976; }
span { border-color: rgb(198,201,118); }
td.TdClassName
{
border-color: #C6C976;
}
.TagClassName
{
border-color: #C6C976;
}
</style>