Shades of Tussock #C5904E
Tints of Tussock #C5904E
RGB
CMYK
RGB Variations
Color information
#C5904E (or 0xC5904E) is known color: Tussock. HEX triplet: C5, 90 and 4E. RGB value is (197,144,78). Sum of RGB (Red+Green+Blue) = 197+144+78=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5904E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5904E is #3A6FB1. Grayscale: #989898. Windows color (decimal): -3829682 or 5148869. OLE color: 5148869.
HSL color Cylindrical-coordinate representation of color #C5904E: hue angle of 33.28º degrees, saturation: 0.51, 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 #C5904E is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 78 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.23 |
| HSL | 33.28º | 0.51% | 0.54% | - |
| HSV(B) | 33.28º | 0.6% | 0.77% | - |
| XYZ | 34.37 | 32.37 | 11.64 | - |
| YUV | 152.32 | 86.06 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 78 | 0 | 0.27 | 0.60 | 0.23 | 33.28 | 0.51 | 0.54 |
| Hex | C5 | 90 | 4E | 0 | 1B | 3C | 17 | 21 | 33 | 36 |
| Octal | 305 | 220 | 116 | 0 | 33 | 74 | 27 | 41 | 63 | 66 |
| Binary | 11000101 | 10010000 | 1001110 | 0 | 11011 | 111100 | 10111 | 100001 | 110011 | 110110 |
Color Harmonies of #C5904E
Complementary color
Monochromatic Colors of #C5904E
Black with #C5904E
Text Example
Text Example
White with #C5904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5904E; }
p { color: rgb(197,144,78); }
H1.HeaderClassName
{
color: #C5904E;
}
.AnyTagClassName
{
color: #C5904E;
}
</style>
background-color css
<style>
a { background-color: #C5904E; }
a { background-color: rgb(197,144,78); }
div.DivClassName
{
background-color: #C5904E;
}
.BgClassName
{
background-color: #C5904E;
}
</style>
border-color css
<style>
span { border-color: #C5904E; }
span { border-color: rgb(197,144,78); }
td.TdClassName
{
border-color: #C5904E;
}
.TagClassName
{
border-color: #C5904E;
}
</style>