Shades of Tussock #C49248
Tints of Tussock #C49248
RGB
CMYK
RGB Variations
Color information
#C49248 (or 0xC49248) is known color: Tussock. HEX triplet: C4, 92 and 48. RGB value is (196,146,72). Sum of RGB (Red+Green+Blue) = 196+146+72=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 72 (28.52% from 255 or 17.39% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C49248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49248 is #3B6DB7. Grayscale: #989898. Windows color (decimal): -3894712 or 4756164. OLE color: 4756164.
HSL color Cylindrical-coordinate representation of color #C49248: hue angle of 35.81º 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 #C49248 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 72 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.23 |
| HSL | 35.81º | 0.51% | 0.53% | - |
| HSV(B) | 35.81º | 0.63% | 0.77% | - |
| XYZ | 34.21 | 32.76 | 10.65 | - |
| YUV | 152.51 | 82.57 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 72 | 0 | 0.26 | 0.63 | 0.23 | 35.81 | 0.51 | 0.53 |
| Hex | C4 | 92 | 48 | 0 | 1A | 3F | 17 | 24 | 33 | 35 |
| Octal | 304 | 222 | 110 | 0 | 32 | 77 | 27 | 44 | 63 | 65 |
| Binary | 11000100 | 10010010 | 1001000 | 0 | 11010 | 111111 | 10111 | 100100 | 110011 | 110101 |
Color Harmonies of #C49248
Complementary color
Monochromatic Colors of #C49248
Black with #C49248
Text Example
Text Example
White with #C49248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49248; }
p { color: rgb(196,146,72); }
H1.HeaderClassName
{
color: #C49248;
}
.AnyTagClassName
{
color: #C49248;
}
</style>
background-color css
<style>
a { background-color: #C49248; }
a { background-color: rgb(196,146,72); }
div.DivClassName
{
background-color: #C49248;
}
.BgClassName
{
background-color: #C49248;
}
</style>
border-color css
<style>
span { border-color: #C49248; }
span { border-color: rgb(196,146,72); }
td.TdClassName
{
border-color: #C49248;
}
.TagClassName
{
border-color: #C49248;
}
</style>