Shades of Deco #C8C586
Tints of Deco #C8C586
RGB
CMYK
RGB Variations
Color information
#C8C586 (or 0xC8C586) is known color: Deco. HEX triplet: C8, C5 and 86. RGB value is (200,197,134). Sum of RGB (Red+Green+Blue) = 200+197+134=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C586 is #373A79. Grayscale: #BEBEBE. Windows color (decimal): -3619450 or 8832456. OLE color: 8832456.
HSL color Cylindrical-coordinate representation of color #C8C586: hue angle of 57.27º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8C586 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 134 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.22 |
| HSL | 57.27º | 0.38% | 0.65% | - |
| HSV(B) | 57.27º | 0.33% | 0.78% | - |
| XYZ | 48.09 | 53.93 | 30.43 | - |
| YUV | 190.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 134 | 0 | 0.02 | 0.33 | 0.22 | 57.27 | 0.38 | 0.65 |
| Hex | C8 | C5 | 86 | 0 | 2 | 21 | 16 | 39 | 26 | 41 |
| Octal | 310 | 305 | 206 | 0 | 2 | 41 | 26 | 71 | 46 | 101 |
| Binary | 11001000 | 11000101 | 10000110 | 0 | 10 | 100001 | 10110 | 111001 | 100110 | 1000001 |
Color Harmonies of #C8C586
Complementary color
Monochromatic Colors of #C8C586
Black with #C8C586
Text Example
Text Example
White with #C8C586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C586; }
p { color: rgb(200,197,134); }
H1.HeaderClassName
{
color: #C8C586;
}
.AnyTagClassName
{
color: #C8C586;
}
</style>
background-color css
<style>
a { background-color: #C8C586; }
a { background-color: rgb(200,197,134); }
div.DivClassName
{
background-color: #C8C586;
}
.BgClassName
{
background-color: #C8C586;
}
</style>
border-color css
<style>
span { border-color: #C8C586; }
span { border-color: rgb(200,197,134); }
td.TdClassName
{
border-color: #C8C586;
}
.TagClassName
{
border-color: #C8C586;
}
</style>