Shades of Tussock #C5994F
Tints of Tussock #C5994F
RGB
CMYK
RGB Variations
Color information
#C5994F (or 0xC5994F) is known color: Tussock. HEX triplet: C5, 99 and 4F. RGB value is (197,153,79). Sum of RGB (Red+Green+Blue) = 197+153+79=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C5994F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5994F is #3A66B0. Grayscale: #9E9E9E. Windows color (decimal): -3827377 or 5216709. OLE color: 5216709.
HSL color Cylindrical-coordinate representation of color #C5994F: hue angle of 37.63º degrees, saturation: 0.5, 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 #C5994F is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 79 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.23 |
| HSL | 37.63º | 0.5% | 0.54% | - |
| HSV(B) | 37.63º | 0.6% | 0.77% | - |
| XYZ | 35.83 | 35.22 | 12.31 | - |
| YUV | 157.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 79 | 0 | 0.22 | 0.60 | 0.23 | 37.63 | 0.5 | 0.54 |
| Hex | C5 | 99 | 4F | 0 | 16 | 3C | 17 | 26 | 32 | 36 |
| Octal | 305 | 231 | 117 | 0 | 26 | 74 | 27 | 46 | 62 | 66 |
| Binary | 11000101 | 10011001 | 1001111 | 0 | 10110 | 111100 | 10111 | 100110 | 110010 | 110110 |
Color Harmonies of #C5994F
Complementary color
Monochromatic Colors of #C5994F
Black with #C5994F
Text Example
Text Example
White with #C5994F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5994F; }
p { color: rgb(197,153,79); }
H1.HeaderClassName
{
color: #C5994F;
}
.AnyTagClassName
{
color: #C5994F;
}
</style>
background-color css
<style>
a { background-color: #C5994F; }
a { background-color: rgb(197,153,79); }
div.DivClassName
{
background-color: #C5994F;
}
.BgClassName
{
background-color: #C5994F;
}
</style>
border-color css
<style>
span { border-color: #C5994F; }
span { border-color: rgb(197,153,79); }
td.TdClassName
{
border-color: #C5994F;
}
.TagClassName
{
border-color: #C5994F;
}
</style>