Shades of Tussock #C5954A
Tints of Tussock #C5954A
RGB
CMYK
RGB Variations
Color information
#C5954A (or 0xC5954A) is known color: Tussock. HEX triplet: C5, 95 and 4A. RGB value is (197,149,74). Sum of RGB (Red+Green+Blue) = 197+149+74=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5954A is #3A6AB5. Grayscale: #9B9B9B. Windows color (decimal): -3828406 or 4888005. OLE color: 4888005.
HSL color Cylindrical-coordinate representation of color #C5954A: hue angle of 36.59º 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 #C5954A is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 74 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.23 |
| HSL | 36.59º | 0.51% | 0.53% | - |
| HSV(B) | 36.59º | 0.62% | 0.77% | - |
| XYZ | 35.01 | 33.86 | 11.17 | - |
| YUV | 154.8 | 82.4 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 74 | 0 | 0.24 | 0.62 | 0.23 | 36.59 | 0.51 | 0.53 |
| Hex | C5 | 95 | 4A | 0 | 18 | 3E | 17 | 25 | 33 | 35 |
| Octal | 305 | 225 | 112 | 0 | 30 | 76 | 27 | 45 | 63 | 65 |
| Binary | 11000101 | 10010101 | 1001010 | 0 | 11000 | 111110 | 10111 | 100101 | 110011 | 110101 |
Color Harmonies of #C5954A
Complementary color
Monochromatic Colors of #C5954A
Black with #C5954A
Text Example
Text Example
White with #C5954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5954A; }
p { color: rgb(197,149,74); }
H1.HeaderClassName
{
color: #C5954A;
}
.AnyTagClassName
{
color: #C5954A;
}
</style>
background-color css
<style>
a { background-color: #C5954A; }
a { background-color: rgb(197,149,74); }
div.DivClassName
{
background-color: #C5954A;
}
.BgClassName
{
background-color: #C5954A;
}
</style>
border-color css
<style>
span { border-color: #C5954A; }
span { border-color: rgb(197,149,74); }
td.TdClassName
{
border-color: #C5954A;
}
.TagClassName
{
border-color: #C5954A;
}
</style>