Shades of Deco #C5C980
Tints of Deco #C5C980
RGB
CMYK
RGB Variations
Color information
#C5C980 (or 0xC5C980) is known color: Deco. HEX triplet: C5, C9 and 80. RGB value is (197,201,128). Sum of RGB (Red+Green+Blue) = 197+201+128=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C980 is #3A367F. Grayscale: #BFBFBF. Windows color (decimal): -3815040 or 8440261. OLE color: 8440261.
HSL color Cylindrical-coordinate representation of color #C5C980: hue angle of 63.29º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5C980 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 128 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.21 |
| HSL | 63.29º | 0.4% | 0.65% | - |
| HSV(B) | 63.29º | 0.36% | 0.79% | - |
| XYZ | 47.81 | 55.2 | 28.56 | - |
| YUV | 191.48 | 92.17 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 128 | 0.02 | 0 | 0.36 | 0.21 | 63.29 | 0.4 | 0.65 |
| Hex | C5 | C9 | 80 | 2 | 0 | 24 | 15 | 3F | 28 | 41 |
| Octal | 305 | 311 | 200 | 2 | 0 | 44 | 25 | 77 | 50 | 101 |
| Binary | 11000101 | 11001001 | 10000000 | 10 | 0 | 100100 | 10101 | 111111 | 101000 | 1000001 |
Color Harmonies of #C5C980
Complementary color
Monochromatic Colors of #C5C980
Black with #C5C980
Text Example
Text Example
White with #C5C980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C980; }
p { color: rgb(197,201,128); }
H1.HeaderClassName
{
color: #C5C980;
}
.AnyTagClassName
{
color: #C5C980;
}
</style>
background-color css
<style>
a { background-color: #C5C980; }
a { background-color: rgb(197,201,128); }
div.DivClassName
{
background-color: #C5C980;
}
.BgClassName
{
background-color: #C5C980;
}
</style>
border-color css
<style>
span { border-color: #C5C980; }
span { border-color: rgb(197,201,128); }
td.TdClassName
{
border-color: #C5C980;
}
.TagClassName
{
border-color: #C5C980;
}
</style>