Shades of Deco #C5CA77
Tints of Deco #C5CA77
RGB
CMYK
RGB Variations
Color information
#C5CA77 (or 0xC5CA77) is known color: Deco. HEX triplet: C5, CA and 77. RGB value is (197,202,119). Sum of RGB (Red+Green+Blue) = 197+202+119=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CA77 is #3A3588. Grayscale: #BFBFBF. Windows color (decimal): -3814793 or 7850693. OLE color: 7850693.
HSL color Cylindrical-coordinate representation of color #C5CA77: hue angle of 63.61º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5CA77 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 119 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.21 |
| HSL | 63.61º | 0.44% | 0.63% | - |
| HSV(B) | 63.61º | 0.41% | 0.79% | - |
| XYZ | 47.48 | 55.44 | 25.65 | - |
| YUV | 191.04 | 87.34 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 119 | 0.02 | 0 | 0.41 | 0.21 | 63.61 | 0.44 | 0.63 |
| Hex | C5 | CA | 77 | 2 | 0 | 29 | 15 | 40 | 2C | 3F |
| Octal | 305 | 312 | 167 | 2 | 0 | 51 | 25 | 100 | 54 | 77 |
| Binary | 11000101 | 11001010 | 1110111 | 10 | 0 | 101001 | 10101 | 1000000 | 101100 | 111111 |
Color Harmonies of #C5CA77
Complementary color
Monochromatic Colors of #C5CA77
Black with #C5CA77
Text Example
Text Example
White with #C5CA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CA77; }
p { color: rgb(197,202,119); }
H1.HeaderClassName
{
color: #C5CA77;
}
.AnyTagClassName
{
color: #C5CA77;
}
</style>
background-color css
<style>
a { background-color: #C5CA77; }
a { background-color: rgb(197,202,119); }
div.DivClassName
{
background-color: #C5CA77;
}
.BgClassName
{
background-color: #C5CA77;
}
</style>
border-color css
<style>
span { border-color: #C5CA77; }
span { border-color: rgb(197,202,119); }
td.TdClassName
{
border-color: #C5CA77;
}
.TagClassName
{
border-color: #C5CA77;
}
</style>