Shades of Tussock #C59D4E
Tints of Tussock #C59D4E
RGB
CMYK
RGB Variations
Color information
#C59D4E (or 0xC59D4E) is known color: Tussock. HEX triplet: C5, 9D and 4E. RGB value is (197,157,78). Sum of RGB (Red+Green+Blue) = 197+157+78=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59D4E is #3A62B1. Grayscale: #A0A0A0. Windows color (decimal): -3826354 or 5152197. OLE color: 5152197.
HSL color Cylindrical-coordinate representation of color #C59D4E: hue angle of 39.83º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C59D4E is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 78 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.23 |
| HSL | 39.83º | 0.51% | 0.54% | - |
| HSV(B) | 39.83º | 0.6% | 0.77% | - |
| XYZ | 36.46 | 36.53 | 12.34 | - |
| YUV | 159.95 | 81.75 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 78 | 0 | 0.20 | 0.60 | 0.23 | 39.83 | 0.51 | 0.54 |
| Hex | C5 | 9D | 4E | 0 | 14 | 3C | 17 | 28 | 33 | 36 |
| Octal | 305 | 235 | 116 | 0 | 24 | 74 | 27 | 50 | 63 | 66 |
| Binary | 11000101 | 10011101 | 1001110 | 0 | 10100 | 111100 | 10111 | 101000 | 110011 | 110110 |
Color Harmonies of #C59D4E
Complementary color
Monochromatic Colors of #C59D4E
Black with #C59D4E
Text Example
Text Example
White with #C59D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59D4E; }
p { color: rgb(197,157,78); }
H1.HeaderClassName
{
color: #C59D4E;
}
.AnyTagClassName
{
color: #C59D4E;
}
</style>
background-color css
<style>
a { background-color: #C59D4E; }
a { background-color: rgb(197,157,78); }
div.DivClassName
{
background-color: #C59D4E;
}
.BgClassName
{
background-color: #C59D4E;
}
</style>
border-color css
<style>
span { border-color: #C59D4E; }
span { border-color: rgb(197,157,78); }
td.TdClassName
{
border-color: #C59D4E;
}
.TagClassName
{
border-color: #C59D4E;
}
</style>