Shades of Deco #C8C679
Tints of Deco #C8C679
RGB
CMYK
RGB Variations
Color information
#C8C679 (or 0xC8C679) is known color: Deco. HEX triplet: C8, C6 and 79. RGB value is (200,198,121). Sum of RGB (Red+Green+Blue) = 200+198+121=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C679 is #373986. Grayscale: #BEBEBE. Windows color (decimal): -3619207 or 7980744. OLE color: 7980744.
HSL color Cylindrical-coordinate representation of color #C8C679: hue angle of 58.48º 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 #C8C679 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 121 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.22 |
| HSL | 58.48º | 0.42% | 0.63% | - |
| HSV(B) | 58.48º | 0.4% | 0.78% | - |
| XYZ | 47.46 | 54.05 | 26.02 | - |
| YUV | 189.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 121 | 0 | 0.01 | 0.39 | 0.22 | 58.48 | 0.42 | 0.63 |
| Hex | C8 | C6 | 79 | 0 | 1 | 27 | 16 | 3A | 2A | 3F |
| Octal | 310 | 306 | 171 | 0 | 1 | 47 | 26 | 72 | 52 | 77 |
| Binary | 11001000 | 11000110 | 1111001 | 0 | 1 | 100111 | 10110 | 111010 | 101010 | 111111 |
Color Harmonies of #C8C679
Complementary color
Monochromatic Colors of #C8C679
Black with #C8C679
Text Example
Text Example
White with #C8C679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C679; }
p { color: rgb(200,198,121); }
H1.HeaderClassName
{
color: #C8C679;
}
.AnyTagClassName
{
color: #C8C679;
}
</style>
background-color css
<style>
a { background-color: #C8C679; }
a { background-color: rgb(200,198,121); }
div.DivClassName
{
background-color: #C8C679;
}
.BgClassName
{
background-color: #C8C679;
}
</style>
border-color css
<style>
span { border-color: #C8C679; }
span { border-color: rgb(200,198,121); }
td.TdClassName
{
border-color: #C8C679;
}
.TagClassName
{
border-color: #C8C679;
}
</style>