Shades of Deco #C8C580
Tints of Deco #C8C580
RGB
CMYK
RGB Variations
Color information
#C8C580 (or 0xC8C580) is known color: Deco. HEX triplet: C8, C5 and 80. RGB value is (200,197,128). Sum of RGB (Red+Green+Blue) = 200+197+128=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C580 is #373A7F. Grayscale: #BEBEBE. Windows color (decimal): -3619456 or 8439240. OLE color: 8439240.
HSL color Cylindrical-coordinate representation of color #C8C580: hue angle of 57.5º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C8C580 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 128 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.22 |
| HSL | 57.5º | 0.4% | 0.64% | - |
| HSV(B) | 57.5º | 0.36% | 0.78% | - |
| XYZ | 47.68 | 53.77 | 28.29 | - |
| YUV | 190.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 128 | 0 | 0.02 | 0.36 | 0.22 | 57.5 | 0.4 | 0.64 |
| Hex | C8 | C5 | 80 | 0 | 2 | 24 | 16 | 3A | 28 | 40 |
| Octal | 310 | 305 | 200 | 0 | 2 | 44 | 26 | 72 | 50 | 100 |
| Binary | 11001000 | 11000101 | 10000000 | 0 | 10 | 100100 | 10110 | 111010 | 101000 | 1000000 |
Color Harmonies of #C8C580
Complementary color
Monochromatic Colors of #C8C580
Black with #C8C580
Text Example
Text Example
White with #C8C580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C580; }
p { color: rgb(200,197,128); }
H1.HeaderClassName
{
color: #C8C580;
}
.AnyTagClassName
{
color: #C8C580;
}
</style>
background-color css
<style>
a { background-color: #C8C580; }
a { background-color: rgb(200,197,128); }
div.DivClassName
{
background-color: #C8C580;
}
.BgClassName
{
background-color: #C8C580;
}
</style>
border-color css
<style>
span { border-color: #C8C580; }
span { border-color: rgb(200,197,128); }
td.TdClassName
{
border-color: #C8C580;
}
.TagClassName
{
border-color: #C8C580;
}
</style>