Shades of Deco #C4C980
Tints of Deco #C4C980
RGB
CMYK
RGB Variations
Color information
#C4C980 (or 0xC4C980) is known color: Deco. HEX triplet: C4, C9 and 80. RGB value is (196,201,128). Sum of RGB (Red+Green+Blue) = 196+201+128=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C980 is #3B367F. Grayscale: #BFBFBF. Windows color (decimal): -3880576 or 8440260. OLE color: 8440260.
HSL color Cylindrical-coordinate representation of color #C4C980: hue angle of 64.11º 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 #C4C980 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 201 | 128 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.21 |
| HSL | 64.11º | 0.4% | 0.65% | - |
| HSV(B) | 64.11º | 0.36% | 0.79% | - |
| XYZ | 47.55 | 55.07 | 28.55 | - |
| YUV | 191.18 | 92.34 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 201 | 128 | 0.02 | 0 | 0.36 | 0.21 | 64.11 | 0.4 | 0.65 |
| Hex | C4 | C9 | 80 | 2 | 0 | 24 | 15 | 40 | 28 | 41 |
| Octal | 304 | 311 | 200 | 2 | 0 | 44 | 25 | 100 | 50 | 101 |
| Binary | 11000100 | 11001001 | 10000000 | 10 | 0 | 100100 | 10101 | 1000000 | 101000 | 1000001 |
Color Harmonies of #C4C980
Complementary color
Monochromatic Colors of #C4C980
Black with #C4C980
Text Example
Text Example
White with #C4C980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C980; }
p { color: rgb(196,201,128); }
H1.HeaderClassName
{
color: #C4C980;
}
.AnyTagClassName
{
color: #C4C980;
}
</style>
background-color css
<style>
a { background-color: #C4C980; }
a { background-color: rgb(196,201,128); }
div.DivClassName
{
background-color: #C4C980;
}
.BgClassName
{
background-color: #C4C980;
}
</style>
border-color css
<style>
span { border-color: #C4C980; }
span { border-color: rgb(196,201,128); }
td.TdClassName
{
border-color: #C4C980;
}
.TagClassName
{
border-color: #C4C980;
}
</style>