Shades of Tussock #C59646
Tints of Tussock #C59646
RGB
CMYK
RGB Variations
Color information
#C59646 (or 0xC59646) is known color: Tussock. HEX triplet: C5, 96 and 46. RGB value is (197,150,70). Sum of RGB (Red+Green+Blue) = 197+150+70=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 70 (27.73% from 255 or 16.79% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C59646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59646 is #3A69B9. Grayscale: #9B9B9B. Windows color (decimal): -3828154 or 4626117. OLE color: 4626117.
HSL color Cylindrical-coordinate representation of color #C59646: hue angle of 37.8º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C59646 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 70 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.23 |
| HSL | 37.8º | 0.52% | 0.52% | - |
| HSV(B) | 37.8º | 0.64% | 0.77% | - |
| XYZ | 35.04 | 34.13 | 10.53 | - |
| YUV | 154.93 | 80.07 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 70 | 0 | 0.24 | 0.64 | 0.23 | 37.8 | 0.52 | 0.52 |
| Hex | C5 | 96 | 46 | 0 | 18 | 40 | 17 | 26 | 34 | 34 |
| Octal | 305 | 226 | 106 | 0 | 30 | 100 | 27 | 46 | 64 | 64 |
| Binary | 11000101 | 10010110 | 1000110 | 0 | 11000 | 1000000 | 10111 | 100110 | 110100 | 110100 |
Color Harmonies of #C59646
Complementary color
Monochromatic Colors of #C59646
Black with #C59646
Text Example
Text Example
White with #C59646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59646; }
p { color: rgb(197,150,70); }
H1.HeaderClassName
{
color: #C59646;
}
.AnyTagClassName
{
color: #C59646;
}
</style>
background-color css
<style>
a { background-color: #C59646; }
a { background-color: rgb(197,150,70); }
div.DivClassName
{
background-color: #C59646;
}
.BgClassName
{
background-color: #C59646;
}
</style>
border-color css
<style>
span { border-color: #C59646; }
span { border-color: rgb(197,150,70); }
td.TdClassName
{
border-color: #C59646;
}
.TagClassName
{
border-color: #C59646;
}
</style>