Shades of Deco #C5CA80
Tints of Deco #C5CA80
RGB
CMYK
RGB Variations
Color information
#C5CA80 (or 0xC5CA80) is known color: Deco. HEX triplet: C5, CA and 80. RGB value is (197,202,128). Sum of RGB (Red+Green+Blue) = 197+202+128=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CA80 is #3A357F. Grayscale: #C0C0C0. Windows color (decimal): -3814784 or 8440517. OLE color: 8440517.
HSL color Cylindrical-coordinate representation of color #C5CA80: hue angle of 64.05º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5CA80 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 128 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.21 |
| HSL | 64.05º | 0.41% | 0.65% | - |
| HSV(B) | 64.05º | 0.37% | 0.79% | - |
| XYZ | 48.04 | 55.67 | 28.64 | - |
| YUV | 192.07 | 91.84 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 128 | 0.02 | 0 | 0.37 | 0.21 | 64.05 | 0.41 | 0.65 |
| Hex | C5 | CA | 80 | 2 | 0 | 25 | 15 | 40 | 29 | 41 |
| Octal | 305 | 312 | 200 | 2 | 0 | 45 | 25 | 100 | 51 | 101 |
| Binary | 11000101 | 11001010 | 10000000 | 10 | 0 | 100101 | 10101 | 1000000 | 101001 | 1000001 |
Color Harmonies of #C5CA80
Complementary color
Monochromatic Colors of #C5CA80
Black with #C5CA80
Text Example
Text Example
White with #C5CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CA80; }
p { color: rgb(197,202,128); }
H1.HeaderClassName
{
color: #C5CA80;
}
.AnyTagClassName
{
color: #C5CA80;
}
</style>
background-color css
<style>
a { background-color: #C5CA80; }
a { background-color: rgb(197,202,128); }
div.DivClassName
{
background-color: #C5CA80;
}
.BgClassName
{
background-color: #C5CA80;
}
</style>
border-color css
<style>
span { border-color: #C5CA80; }
span { border-color: rgb(197,202,128); }
td.TdClassName
{
border-color: #C5CA80;
}
.TagClassName
{
border-color: #C5CA80;
}
</style>