Shades of Tussock #C5974F
Tints of Tussock #C5974F
RGB
CMYK
RGB Variations
Color information
#C5974F (or 0xC5974F) is known color: Tussock. HEX triplet: C5, 97 and 4F. RGB value is (197,151,79). Sum of RGB (Red+Green+Blue) = 197+151+79=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C5974F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5974F is #3A68B0. Grayscale: #9C9C9C. Windows color (decimal): -3827889 or 5216197. OLE color: 5216197.
HSL color Cylindrical-coordinate representation of color #C5974F: hue angle of 36.61º 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 #C5974F is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 151 | 79 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.23 |
| HSL | 36.61º | 0.5% | 0.54% | - |
| HSV(B) | 36.61º | 0.6% | 0.77% | - |
| XYZ | 35.5 | 34.57 | 12.2 | - |
| YUV | 156.55 | 84.24 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 79 | 0 | 0.23 | 0.60 | 0.23 | 36.61 | 0.5 | 0.54 |
| Hex | C5 | 97 | 4F | 0 | 17 | 3C | 17 | 25 | 32 | 36 |
| Octal | 305 | 227 | 117 | 0 | 27 | 74 | 27 | 45 | 62 | 66 |
| Binary | 11000101 | 10010111 | 1001111 | 0 | 10111 | 111100 | 10111 | 100101 | 110010 | 110110 |
Color Harmonies of #C5974F
Complementary color
Monochromatic Colors of #C5974F
Black with #C5974F
Text Example
Text Example
White with #C5974F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5974F; }
p { color: rgb(197,151,79); }
H1.HeaderClassName
{
color: #C5974F;
}
.AnyTagClassName
{
color: #C5974F;
}
</style>
background-color css
<style>
a { background-color: #C5974F; }
a { background-color: rgb(197,151,79); }
div.DivClassName
{
background-color: #C5974F;
}
.BgClassName
{
background-color: #C5974F;
}
</style>
border-color css
<style>
span { border-color: #C5974F; }
span { border-color: rgb(197,151,79); }
td.TdClassName
{
border-color: #C5974F;
}
.TagClassName
{
border-color: #C5974F;
}
</style>