Shades of Deco #C5C880
Tints of Deco #C5C880
RGB
CMYK
RGB Variations
Color information
#C5C880 (or 0xC5C880) is known color: Deco. HEX triplet: C5, C8 and 80. RGB value is (197,200,128). Sum of RGB (Red+Green+Blue) = 197+200+128=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C880 is #3A377F. Grayscale: #BFBFBF. Windows color (decimal): -3815296 or 8440005. OLE color: 8440005.
HSL color Cylindrical-coordinate representation of color #C5C880: hue angle of 62.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 #C5C880 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 128 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.22 |
| HSL | 62.5º | 0.4% | 0.64% | - |
| HSV(B) | 62.5º | 0.36% | 0.78% | - |
| XYZ | 47.58 | 54.74 | 28.48 | - |
| YUV | 190.9 | 92.51 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 128 | 0.02 | 0 | 0.36 | 0.22 | 62.5 | 0.4 | 0.64 |
| Hex | C5 | C8 | 80 | 2 | 0 | 24 | 16 | 3F | 28 | 40 |
| Octal | 305 | 310 | 200 | 2 | 0 | 44 | 26 | 77 | 50 | 100 |
| Binary | 11000101 | 11001000 | 10000000 | 10 | 0 | 100100 | 10110 | 111111 | 101000 | 1000000 |
Color Harmonies of #C5C880
Complementary color
Monochromatic Colors of #C5C880
Black with #C5C880
Text Example
Text Example
White with #C5C880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C880; }
p { color: rgb(197,200,128); }
H1.HeaderClassName
{
color: #C5C880;
}
.AnyTagClassName
{
color: #C5C880;
}
</style>
background-color css
<style>
a { background-color: #C5C880; }
a { background-color: rgb(197,200,128); }
div.DivClassName
{
background-color: #C5C880;
}
.BgClassName
{
background-color: #C5C880;
}
</style>
border-color css
<style>
span { border-color: #C5C880; }
span { border-color: rgb(197,200,128); }
td.TdClassName
{
border-color: #C5C880;
}
.TagClassName
{
border-color: #C5C880;
}
</style>