Shades of Tussock #C49249
Tints of Tussock #C49249
RGB
CMYK
RGB Variations
Color information
#C49249 (or 0xC49249) is known color: Tussock. HEX triplet: C4, 92 and 49. RGB value is (196,146,73). Sum of RGB (Red+Green+Blue) = 196+146+73=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C49249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49249 is #3B6DB6. Grayscale: #989898. Windows color (decimal): -3894711 or 4821700. OLE color: 4821700.
HSL color Cylindrical-coordinate representation of color #C49249: hue angle of 35.61º 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 #C49249 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 73 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.23 |
| HSL | 35.61º | 0.51% | 0.53% | - |
| HSV(B) | 35.61º | 0.63% | 0.77% | - |
| XYZ | 34.25 | 32.77 | 10.82 | - |
| YUV | 152.63 | 83.07 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 73 | 0 | 0.26 | 0.63 | 0.23 | 35.61 | 0.51 | 0.53 |
| Hex | C4 | 92 | 49 | 0 | 1A | 3F | 17 | 24 | 33 | 35 |
| Octal | 304 | 222 | 111 | 0 | 32 | 77 | 27 | 44 | 63 | 65 |
| Binary | 11000100 | 10010010 | 1001001 | 0 | 11010 | 111111 | 10111 | 100100 | 110011 | 110101 |
Color Harmonies of #C49249
Complementary color
Monochromatic Colors of #C49249
Black with #C49249
Text Example
Text Example
White with #C49249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49249; }
p { color: rgb(196,146,73); }
H1.HeaderClassName
{
color: #C49249;
}
.AnyTagClassName
{
color: #C49249;
}
</style>
background-color css
<style>
a { background-color: #C49249; }
a { background-color: rgb(196,146,73); }
div.DivClassName
{
background-color: #C49249;
}
.BgClassName
{
background-color: #C49249;
}
</style>
border-color css
<style>
span { border-color: #C49249; }
span { border-color: rgb(196,146,73); }
td.TdClassName
{
border-color: #C49249;
}
.TagClassName
{
border-color: #C49249;
}
</style>