Shades of Tussock #C49849
Tints of Tussock #C49849
RGB
CMYK
RGB Variations
Color information
#C49849 (or 0xC49849) is known color: Tussock. HEX triplet: C4, 98 and 49. RGB value is (196,152,73). Sum of RGB (Red+Green+Blue) = 196+152+73=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C49849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49849 is #3B67B6. Grayscale: #9C9C9C. Windows color (decimal): -3893175 or 4823236. OLE color: 4823236.
HSL color Cylindrical-coordinate representation of color #C49849: 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.63%. Process color model (Four color, CMYK) of #C49849 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 152 | 73 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.23 |
| HSL | 38.54º | 0.51% | 0.53% | - |
| HSV(B) | 38.54º | 0.63% | 0.77% | - |
| XYZ | 35.2 | 34.67 | 11.14 | - |
| YUV | 156.15 | 81.08 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 73 | 0 | 0.22 | 0.63 | 0.23 | 38.54 | 0.51 | 0.53 |
| Hex | C4 | 98 | 49 | 0 | 16 | 3F | 17 | 27 | 33 | 35 |
| Octal | 304 | 230 | 111 | 0 | 26 | 77 | 27 | 47 | 63 | 65 |
| Binary | 11000100 | 10011000 | 1001001 | 0 | 10110 | 111111 | 10111 | 100111 | 110011 | 110101 |
Color Harmonies of #C49849
Complementary color
Monochromatic Colors of #C49849
Black with #C49849
Text Example
Text Example
White with #C49849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49849; }
p { color: rgb(196,152,73); }
H1.HeaderClassName
{
color: #C49849;
}
.AnyTagClassName
{
color: #C49849;
}
</style>
background-color css
<style>
a { background-color: #C49849; }
a { background-color: rgb(196,152,73); }
div.DivClassName
{
background-color: #C49849;
}
.BgClassName
{
background-color: #C49849;
}
</style>
border-color css
<style>
span { border-color: #C49849; }
span { border-color: rgb(196,152,73); }
td.TdClassName
{
border-color: #C49849;
}
.TagClassName
{
border-color: #C49849;
}
</style>