Shades of Tussock #C5964E
Tints of Tussock #C5964E
RGB
CMYK
RGB Variations
Color information
#C5964E (or 0xC5964E) is known color: Tussock. HEX triplet: C5, 96 and 4E. RGB value is (197,150,78). Sum of RGB (Red+Green+Blue) = 197+150+78=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5964E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5964E is #3A69B1. Grayscale: #9C9C9C. Windows color (decimal): -3828146 or 5150405. OLE color: 5150405.
HSL color Cylindrical-coordinate representation of color #C5964E: hue angle of 36.3º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5964E is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 78 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.23 |
| HSL | 36.3º | 0.51% | 0.54% | - |
| HSV(B) | 36.3º | 0.6% | 0.77% | - |
| XYZ | 35.31 | 34.23 | 11.95 | - |
| YUV | 155.85 | 84.07 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 78 | 0 | 0.24 | 0.60 | 0.23 | 36.3 | 0.51 | 0.54 |
| Hex | C5 | 96 | 4E | 0 | 18 | 3C | 17 | 24 | 33 | 36 |
| Octal | 305 | 226 | 116 | 0 | 30 | 74 | 27 | 44 | 63 | 66 |
| Binary | 11000101 | 10010110 | 1001110 | 0 | 11000 | 111100 | 10111 | 100100 | 110011 | 110110 |
Color Harmonies of #C5964E
Complementary color
Monochromatic Colors of #C5964E
Black with #C5964E
Text Example
Text Example
White with #C5964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5964E; }
p { color: rgb(197,150,78); }
H1.HeaderClassName
{
color: #C5964E;
}
.AnyTagClassName
{
color: #C5964E;
}
</style>
background-color css
<style>
a { background-color: #C5964E; }
a { background-color: rgb(197,150,78); }
div.DivClassName
{
background-color: #C5964E;
}
.BgClassName
{
background-color: #C5964E;
}
</style>
border-color css
<style>
span { border-color: #C5964E; }
span { border-color: rgb(197,150,78); }
td.TdClassName
{
border-color: #C5964E;
}
.TagClassName
{
border-color: #C5964E;
}
</style>