Shades of Tussock #C5944A
Tints of Tussock #C5944A
RGB
CMYK
RGB Variations
Color information
#C5944A (or 0xC5944A) is known color: Tussock. HEX triplet: C5, 94 and 4A. RGB value is (197,148,74). Sum of RGB (Red+Green+Blue) = 197+148+74=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5944A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5944A is #3A6BB5. Grayscale: #9A9A9A. Windows color (decimal): -3828662 or 4887749. OLE color: 4887749.
HSL color Cylindrical-coordinate representation of color #C5944A: hue angle of 36.1º 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 #C5944A is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 74 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.23 |
| HSL | 36.1º | 0.51% | 0.53% | - |
| HSV(B) | 36.1º | 0.62% | 0.77% | - |
| XYZ | 34.85 | 33.54 | 11.12 | - |
| YUV | 154.22 | 82.73 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 74 | 0 | 0.25 | 0.62 | 0.23 | 36.1 | 0.51 | 0.53 |
| Hex | C5 | 94 | 4A | 0 | 19 | 3E | 17 | 24 | 33 | 35 |
| Octal | 305 | 224 | 112 | 0 | 31 | 76 | 27 | 44 | 63 | 65 |
| Binary | 11000101 | 10010100 | 1001010 | 0 | 11001 | 111110 | 10111 | 100100 | 110011 | 110101 |
Color Harmonies of #C5944A
Complementary color
Monochromatic Colors of #C5944A
Black with #C5944A
Text Example
Text Example
White with #C5944A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5944A; }
p { color: rgb(197,148,74); }
H1.HeaderClassName
{
color: #C5944A;
}
.AnyTagClassName
{
color: #C5944A;
}
</style>
background-color css
<style>
a { background-color: #C5944A; }
a { background-color: rgb(197,148,74); }
div.DivClassName
{
background-color: #C5944A;
}
.BgClassName
{
background-color: #C5944A;
}
</style>
border-color css
<style>
span { border-color: #C5944A; }
span { border-color: rgb(197,148,74); }
td.TdClassName
{
border-color: #C5944A;
}
.TagClassName
{
border-color: #C5944A;
}
</style>