Shades of Deco #C5C979
Tints of Deco #C5C979
RGB
CMYK
RGB Variations
Color information
#C5C979 (or 0xC5C979) is known color: Deco. HEX triplet: C5, C9 and 79. RGB value is (197,201,121). Sum of RGB (Red+Green+Blue) = 197+201+121=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C979 is #3A3686. Grayscale: #BFBFBF. Windows color (decimal): -3815047 or 7981509. OLE color: 7981509.
HSL color Cylindrical-coordinate representation of color #C5C979: hue angle of 63º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5C979 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 121 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.21 |
| HSL | 63º | 0.43% | 0.63% | - |
| HSV(B) | 63º | 0.4% | 0.79% | - |
| XYZ | 47.36 | 55.02 | 26.21 | - |
| YUV | 190.68 | 88.67 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 121 | 0.02 | 0 | 0.40 | 0.21 | 63 | 0.43 | 0.63 |
| Hex | C5 | C9 | 79 | 2 | 0 | 28 | 15 | 3F | 2B | 3F |
| Octal | 305 | 311 | 171 | 2 | 0 | 50 | 25 | 77 | 53 | 77 |
| Binary | 11000101 | 11001001 | 1111001 | 10 | 0 | 101000 | 10101 | 111111 | 101011 | 111111 |
Color Harmonies of #C5C979
Complementary color
Monochromatic Colors of #C5C979
Black with #C5C979
Text Example
Text Example
White with #C5C979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C979; }
p { color: rgb(197,201,121); }
H1.HeaderClassName
{
color: #C5C979;
}
.AnyTagClassName
{
color: #C5C979;
}
</style>
background-color css
<style>
a { background-color: #C5C979; }
a { background-color: rgb(197,201,121); }
div.DivClassName
{
background-color: #C5C979;
}
.BgClassName
{
background-color: #C5C979;
}
</style>
border-color css
<style>
span { border-color: #C5C979; }
span { border-color: rgb(197,201,121); }
td.TdClassName
{
border-color: #C5C979;
}
.TagClassName
{
border-color: #C5C979;
}
</style>