Shades of Deco #C6C879
Tints of Deco #C6C879
RGB
CMYK
RGB Variations
Color information
#C6C879 (or 0xC6C879) is known color: Deco. HEX triplet: C6, C8 and 79. RGB value is (198,200,121). Sum of RGB (Red+Green+Blue) = 198+200+121=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C879 is #393786. Grayscale: #BEBEBE. Windows color (decimal): -3749767 or 7981254. OLE color: 7981254.
HSL color Cylindrical-coordinate representation of color #C6C879: hue angle of 61.52º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C6C879 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 200 | 121 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.22 |
| HSL | 61.52º | 0.42% | 0.63% | - |
| HSV(B) | 61.52º | 0.4% | 0.78% | - |
| XYZ | 47.39 | 54.69 | 26.15 | - |
| YUV | 190.4 | 88.84 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 200 | 121 | 0.01 | 0 | 0.39 | 0.22 | 61.52 | 0.42 | 0.63 |
| Hex | C6 | C8 | 79 | 1 | 0 | 27 | 16 | 3E | 2A | 3F |
| Octal | 306 | 310 | 171 | 1 | 0 | 47 | 26 | 76 | 52 | 77 |
| Binary | 11000110 | 11001000 | 1111001 | 1 | 0 | 100111 | 10110 | 111110 | 101010 | 111111 |
Color Harmonies of #C6C879
Complementary color
Monochromatic Colors of #C6C879
Black with #C6C879
Text Example
Text Example
White with #C6C879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C879; }
p { color: rgb(198,200,121); }
H1.HeaderClassName
{
color: #C6C879;
}
.AnyTagClassName
{
color: #C6C879;
}
</style>
background-color css
<style>
a { background-color: #C6C879; }
a { background-color: rgb(198,200,121); }
div.DivClassName
{
background-color: #C6C879;
}
.BgClassName
{
background-color: #C6C879;
}
</style>
border-color css
<style>
span { border-color: #C6C879; }
span { border-color: rgb(198,200,121); }
td.TdClassName
{
border-color: #C6C879;
}
.TagClassName
{
border-color: #C6C879;
}
</style>