Shades of Tussock #C59D51
Tints of Tussock #C59D51
RGB
CMYK
RGB Variations
Color information
#C59D51 (or 0xC59D51) is known color: Tussock. HEX triplet: C5, 9D and 51. RGB value is (197,157,81). Sum of RGB (Red+Green+Blue) = 197+157+81=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 81 (32.03% from 255 or 18.62% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59D51 is #3A62AE. Grayscale: #A0A0A0. Windows color (decimal): -3826351 or 5348805. OLE color: 5348805.
HSL color Cylindrical-coordinate representation of color #C59D51: hue angle of 39.31º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C59D51 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 81 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.23 |
| HSL | 39.31º | 0.5% | 0.55% | - |
| HSV(B) | 39.31º | 0.59% | 0.77% | - |
| XYZ | 36.57 | 36.58 | 12.92 | - |
| YUV | 160.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 81 | 0 | 0.20 | 0.59 | 0.23 | 39.31 | 0.5 | 0.55 |
| Hex | C5 | 9D | 51 | 0 | 14 | 3B | 17 | 27 | 32 | 37 |
| Octal | 305 | 235 | 121 | 0 | 24 | 73 | 27 | 47 | 62 | 67 |
| Binary | 11000101 | 10011101 | 1010001 | 0 | 10100 | 111011 | 10111 | 100111 | 110010 | 110111 |
Color Harmonies of #C59D51
Complementary color
Monochromatic Colors of #C59D51
Black with #C59D51
Text Example
Text Example
White with #C59D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59D51; }
p { color: rgb(197,157,81); }
H1.HeaderClassName
{
color: #C59D51;
}
.AnyTagClassName
{
color: #C59D51;
}
</style>
background-color css
<style>
a { background-color: #C59D51; }
a { background-color: rgb(197,157,81); }
div.DivClassName
{
background-color: #C59D51;
}
.BgClassName
{
background-color: #C59D51;
}
</style>
border-color css
<style>
span { border-color: #C59D51; }
span { border-color: rgb(197,157,81); }
td.TdClassName
{
border-color: #C59D51;
}
.TagClassName
{
border-color: #C59D51;
}
</style>