Shades of Tussock #C5994A
Tints of Tussock #C5994A
RGB
CMYK
RGB Variations
Color information
#C5994A (or 0xC5994A) is known color: Tussock. HEX triplet: C5, 99 and 4A. RGB value is (197,153,74). Sum of RGB (Red+Green+Blue) = 197+153+74=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5994A is #3A66B5. Grayscale: #9D9D9D. Windows color (decimal): -3827382 or 4889029. OLE color: 4889029.
HSL color Cylindrical-coordinate representation of color #C5994A: hue angle of 38.54º 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 #C5994A is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 74 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.23 |
| HSL | 38.54º | 0.51% | 0.53% | - |
| HSV(B) | 38.54º | 0.62% | 0.77% | - |
| XYZ | 35.65 | 35.15 | 11.38 | - |
| YUV | 157.15 | 81.08 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 74 | 0 | 0.22 | 0.62 | 0.23 | 38.54 | 0.51 | 0.53 |
| Hex | C5 | 99 | 4A | 0 | 16 | 3E | 17 | 27 | 33 | 35 |
| Octal | 305 | 231 | 112 | 0 | 26 | 76 | 27 | 47 | 63 | 65 |
| Binary | 11000101 | 10011001 | 1001010 | 0 | 10110 | 111110 | 10111 | 100111 | 110011 | 110101 |
Color Harmonies of #C5994A
Complementary color
Monochromatic Colors of #C5994A
Black with #C5994A
Text Example
Text Example
White with #C5994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5994A; }
p { color: rgb(197,153,74); }
H1.HeaderClassName
{
color: #C5994A;
}
.AnyTagClassName
{
color: #C5994A;
}
</style>
background-color css
<style>
a { background-color: #C5994A; }
a { background-color: rgb(197,153,74); }
div.DivClassName
{
background-color: #C5994A;
}
.BgClassName
{
background-color: #C5994A;
}
</style>
border-color css
<style>
span { border-color: #C5994A; }
span { border-color: rgb(197,153,74); }
td.TdClassName
{
border-color: #C5994A;
}
.TagClassName
{
border-color: #C5994A;
}
</style>