Shades of Deco #C5CA84
Tints of Deco #C5CA84
RGB
CMYK
RGB Variations
Color information
#C5CA84 (or 0xC5CA84) is known color: Deco. HEX triplet: C5, CA and 84. RGB value is (197,202,132). Sum of RGB (Red+Green+Blue) = 197+202+132=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CA84 is #3A357B. Grayscale: #C0C0C0. Windows color (decimal): -3814780 or 8702661. OLE color: 8702661.
HSL color Cylindrical-coordinate representation of color #C5CA84: hue angle of 64.29º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5CA84 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 132 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.21 |
| HSL | 64.29º | 0.4% | 0.65% | - |
| HSV(B) | 64.29º | 0.35% | 0.79% | - |
| XYZ | 48.31 | 55.78 | 30.05 | - |
| YUV | 192.53 | 93.84 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 132 | 0.02 | 0 | 0.35 | 0.21 | 64.29 | 0.4 | 0.65 |
| Hex | C5 | CA | 84 | 2 | 0 | 23 | 15 | 40 | 28 | 41 |
| Octal | 305 | 312 | 204 | 2 | 0 | 43 | 25 | 100 | 50 | 101 |
| Binary | 11000101 | 11001010 | 10000100 | 10 | 0 | 100011 | 10101 | 1000000 | 101000 | 1000001 |
Color Harmonies of #C5CA84
Complementary color
Monochromatic Colors of #C5CA84
Black with #C5CA84
Text Example
Text Example
White with #C5CA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CA84; }
p { color: rgb(197,202,132); }
H1.HeaderClassName
{
color: #C5CA84;
}
.AnyTagClassName
{
color: #C5CA84;
}
</style>
background-color css
<style>
a { background-color: #C5CA84; }
a { background-color: rgb(197,202,132); }
div.DivClassName
{
background-color: #C5CA84;
}
.BgClassName
{
background-color: #C5CA84;
}
</style>
border-color css
<style>
span { border-color: #C5CA84; }
span { border-color: rgb(197,202,132); }
td.TdClassName
{
border-color: #C5CA84;
}
.TagClassName
{
border-color: #C5CA84;
}
</style>