Shades of Tussock #C59D4F
Tints of Tussock #C59D4F
RGB
CMYK
RGB Variations
Color information
#C59D4F (or 0xC59D4F) is known color: Tussock. HEX triplet: C5, 9D and 4F. RGB value is (197,157,79). Sum of RGB (Red+Green+Blue) = 197+157+79=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59D4F is #3A62B0. Grayscale: #A0A0A0. Windows color (decimal): -3826353 or 5217733. OLE color: 5217733.
HSL color Cylindrical-coordinate representation of color #C59D4F: hue angle of 39.66º degrees, saturation: 0.5, 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 #C59D4F is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 79 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.23 |
| HSL | 39.66º | 0.5% | 0.54% | - |
| HSV(B) | 39.66º | 0.6% | 0.77% | - |
| XYZ | 36.49 | 36.55 | 12.53 | - |
| YUV | 160.07 | 82.25 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 79 | 0 | 0.20 | 0.60 | 0.23 | 39.66 | 0.5 | 0.54 |
| Hex | C5 | 9D | 4F | 0 | 14 | 3C | 17 | 28 | 32 | 36 |
| Octal | 305 | 235 | 117 | 0 | 24 | 74 | 27 | 50 | 62 | 66 |
| Binary | 11000101 | 10011101 | 1001111 | 0 | 10100 | 111100 | 10111 | 101000 | 110010 | 110110 |
Color Harmonies of #C59D4F
Complementary color
Monochromatic Colors of #C59D4F
Black with #C59D4F
Text Example
Text Example
White with #C59D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59D4F; }
p { color: rgb(197,157,79); }
H1.HeaderClassName
{
color: #C59D4F;
}
.AnyTagClassName
{
color: #C59D4F;
}
</style>
background-color css
<style>
a { background-color: #C59D4F; }
a { background-color: rgb(197,157,79); }
div.DivClassName
{
background-color: #C59D4F;
}
.BgClassName
{
background-color: #C59D4F;
}
</style>
border-color css
<style>
span { border-color: #C59D4F; }
span { border-color: rgb(197,157,79); }
td.TdClassName
{
border-color: #C59D4F;
}
.TagClassName
{
border-color: #C59D4F;
}
</style>