Shades of Tussock #C5964A
Tints of Tussock #C5964A
RGB
CMYK
RGB Variations
Color information
#C5964A (or 0xC5964A) is known color: Tussock. HEX triplet: C5, 96 and 4A. RGB value is (197,150,74). Sum of RGB (Red+Green+Blue) = 197+150+74=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5964A is #3A69B5. Grayscale: #9B9B9B. Windows color (decimal): -3828150 or 4888261. OLE color: 4888261.
HSL color Cylindrical-coordinate representation of color #C5964A: hue angle of 37.07º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5964A is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 74 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.23 |
| HSL | 37.07º | 0.51% | 0.53% | - |
| HSV(B) | 37.07º | 0.62% | 0.77% | - |
| XYZ | 35.17 | 34.18 | 11.22 | - |
| YUV | 155.39 | 82.07 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 74 | 0 | 0.24 | 0.62 | 0.23 | 37.07 | 0.51 | 0.53 |
| Hex | C5 | 96 | 4A | 0 | 18 | 3E | 17 | 25 | 33 | 35 |
| Octal | 305 | 226 | 112 | 0 | 30 | 76 | 27 | 45 | 63 | 65 |
| Binary | 11000101 | 10010110 | 1001010 | 0 | 11000 | 111110 | 10111 | 100101 | 110011 | 110101 |
Color Harmonies of #C5964A
Complementary color
Monochromatic Colors of #C5964A
Black with #C5964A
Text Example
Text Example
White with #C5964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5964A; }
p { color: rgb(197,150,74); }
H1.HeaderClassName
{
color: #C5964A;
}
.AnyTagClassName
{
color: #C5964A;
}
</style>
background-color css
<style>
a { background-color: #C5964A; }
a { background-color: rgb(197,150,74); }
div.DivClassName
{
background-color: #C5964A;
}
.BgClassName
{
background-color: #C5964A;
}
</style>
border-color css
<style>
span { border-color: #C5964A; }
span { border-color: rgb(197,150,74); }
td.TdClassName
{
border-color: #C5964A;
}
.TagClassName
{
border-color: #C5964A;
}
</style>