Shades of Tussock #C59C49
Tints of Tussock #C59C49
RGB
CMYK
RGB Variations
Color information
#C59C49 (or 0xC59C49) is known color: Tussock. HEX triplet: C5, 9C and 49. RGB value is (197,156,73). Sum of RGB (Red+Green+Blue) = 197+156+73=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C59C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59C49 is #3A63B6. Grayscale: #9F9F9F. Windows color (decimal): -3826615 or 4824261. OLE color: 4824261.
HSL color Cylindrical-coordinate representation of color #C59C49: hue angle of 40.16º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C59C49 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 156 | 73 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.23 |
| HSL | 40.16º | 0.52% | 0.53% | - |
| HSV(B) | 40.16º | 0.63% | 0.77% | - |
| XYZ | 36.12 | 36.13 | 11.37 | - |
| YUV | 158.8 | 79.58 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 156 | 73 | 0 | 0.21 | 0.63 | 0.23 | 40.16 | 0.52 | 0.53 |
| Hex | C5 | 9C | 49 | 0 | 15 | 3F | 17 | 28 | 34 | 35 |
| Octal | 305 | 234 | 111 | 0 | 25 | 77 | 27 | 50 | 64 | 65 |
| Binary | 11000101 | 10011100 | 1001001 | 0 | 10101 | 111111 | 10111 | 101000 | 110100 | 110101 |
Color Harmonies of #C59C49
Complementary color
Monochromatic Colors of #C59C49
Black with #C59C49
Text Example
Text Example
White with #C59C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59C49; }
p { color: rgb(197,156,73); }
H1.HeaderClassName
{
color: #C59C49;
}
.AnyTagClassName
{
color: #C59C49;
}
</style>
background-color css
<style>
a { background-color: #C59C49; }
a { background-color: rgb(197,156,73); }
div.DivClassName
{
background-color: #C59C49;
}
.BgClassName
{
background-color: #C59C49;
}
</style>
border-color css
<style>
span { border-color: #C59C49; }
span { border-color: rgb(197,156,73); }
td.TdClassName
{
border-color: #C59C49;
}
.TagClassName
{
border-color: #C59C49;
}
</style>