Shades of Tussock #C59647
Tints of Tussock #C59647
RGB
CMYK
RGB Variations
Color information
#C59647 (or 0xC59647) is known color: Tussock. HEX triplet: C5, 96 and 47. RGB value is (197,150,71). Sum of RGB (Red+Green+Blue) = 197+150+71=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 71 (28.12% from 255 or 16.99% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C59647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59647 is #3A69B8. Grayscale: #9B9B9B. Windows color (decimal): -3828153 or 4691653. OLE color: 4691653.
HSL color Cylindrical-coordinate representation of color #C59647: hue angle of 37.62º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C59647 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 71 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.23 |
| HSL | 37.62º | 0.52% | 0.53% | - |
| HSV(B) | 37.62º | 0.64% | 0.77% | - |
| XYZ | 35.07 | 34.14 | 10.7 | - |
| YUV | 155.05 | 80.57 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 71 | 0 | 0.24 | 0.64 | 0.23 | 37.62 | 0.52 | 0.53 |
| Hex | C5 | 96 | 47 | 0 | 18 | 40 | 17 | 26 | 34 | 35 |
| Octal | 305 | 226 | 107 | 0 | 30 | 100 | 27 | 46 | 64 | 65 |
| Binary | 11000101 | 10010110 | 1000111 | 0 | 11000 | 1000000 | 10111 | 100110 | 110100 | 110101 |
Color Harmonies of #C59647
Complementary color
Monochromatic Colors of #C59647
Black with #C59647
Text Example
Text Example
White with #C59647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59647; }
p { color: rgb(197,150,71); }
H1.HeaderClassName
{
color: #C59647;
}
.AnyTagClassName
{
color: #C59647;
}
</style>
background-color css
<style>
a { background-color: #C59647; }
a { background-color: rgb(197,150,71); }
div.DivClassName
{
background-color: #C59647;
}
.BgClassName
{
background-color: #C59647;
}
</style>
border-color css
<style>
span { border-color: #C59647; }
span { border-color: rgb(197,150,71); }
td.TdClassName
{
border-color: #C59647;
}
.TagClassName
{
border-color: #C59647;
}
</style>