Shades of Deco #C5CC84
Tints of Deco #C5CC84
RGB
CMYK
RGB Variations
Color information
#C5CC84 (or 0xC5CC84) is known color: Deco. HEX triplet: C5, CC and 84. RGB value is (197,204,132). Sum of RGB (Red+Green+Blue) = 197+204+132=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 132 (51.95% from 255 or 24.77% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CC84 is #3A337B. Grayscale: #C1C1C1. Windows color (decimal): -3814268 or 8703173. OLE color: 8703173.
HSL color Cylindrical-coordinate representation of color #C5CC84: hue angle of 65.83º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5CC84 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 204 | 132 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.2 |
| HSL | 65.83º | 0.41% | 0.66% | - |
| HSV(B) | 65.83º | 0.35% | 0.8% | - |
| XYZ | 48.78 | 56.72 | 30.21 | - |
| YUV | 193.7 | 93.18 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 132 | 0.03 | 0 | 0.35 | 0.2 | 65.83 | 0.41 | 0.66 |
| Hex | C5 | CC | 84 | 3 | 0 | 23 | 14 | 42 | 29 | 42 |
| Octal | 305 | 314 | 204 | 3 | 0 | 43 | 24 | 102 | 51 | 102 |
| Binary | 11000101 | 11001100 | 10000100 | 11 | 0 | 100011 | 10100 | 1000010 | 101001 | 1000010 |
Color Harmonies of #C5CC84
Complementary color
Monochromatic Colors of #C5CC84
Black with #C5CC84
Text Example
Text Example
White with #C5CC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CC84; }
p { color: rgb(197,204,132); }
H1.HeaderClassName
{
color: #C5CC84;
}
.AnyTagClassName
{
color: #C5CC84;
}
</style>
background-color css
<style>
a { background-color: #C5CC84; }
a { background-color: rgb(197,204,132); }
div.DivClassName
{
background-color: #C5CC84;
}
.BgClassName
{
background-color: #C5CC84;
}
</style>
border-color css
<style>
span { border-color: #C5CC84; }
span { border-color: rgb(197,204,132); }
td.TdClassName
{
border-color: #C5CC84;
}
.TagClassName
{
border-color: #C5CC84;
}
</style>