Shades of Tussock #C48E47
Tints of Tussock #C48E47
RGB
CMYK
RGB Variations
Color information
#C48E47 (or 0xC48E47) is known color: Tussock. HEX triplet: C4, 8E and 47. RGB value is (196,142,71). Sum of RGB (Red+Green+Blue) = 196+142+71=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48E47 is #3B71B8. Grayscale: #969696. Windows color (decimal): -3895737 or 4689604. OLE color: 4689604.
HSL color Cylindrical-coordinate representation of color #C48E47: hue angle of 34.08º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C48E47 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 142 | 71 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.23 |
| HSL | 34.08º | 0.51% | 0.52% | - |
| HSV(B) | 34.08º | 0.64% | 0.77% | - |
| XYZ | 33.58 | 31.54 | 10.28 | - |
| YUV | 150.05 | 83.39 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 142 | 71 | 0 | 0.28 | 0.64 | 0.23 | 34.08 | 0.51 | 0.52 |
| Hex | C4 | 8E | 47 | 0 | 1C | 40 | 17 | 22 | 33 | 34 |
| Octal | 304 | 216 | 107 | 0 | 34 | 100 | 27 | 42 | 63 | 64 |
| Binary | 11000100 | 10001110 | 1000111 | 0 | 11100 | 1000000 | 10111 | 100010 | 110011 | 110100 |
Color Harmonies of #C48E47
Complementary color
Monochromatic Colors of #C48E47
Black with #C48E47
Text Example
Text Example
White with #C48E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48E47; }
p { color: rgb(196,142,71); }
H1.HeaderClassName
{
color: #C48E47;
}
.AnyTagClassName
{
color: #C48E47;
}
</style>
background-color css
<style>
a { background-color: #C48E47; }
a { background-color: rgb(196,142,71); }
div.DivClassName
{
background-color: #C48E47;
}
.BgClassName
{
background-color: #C48E47;
}
</style>
border-color css
<style>
span { border-color: #C48E47; }
span { border-color: rgb(196,142,71); }
td.TdClassName
{
border-color: #C48E47;
}
.TagClassName
{
border-color: #C48E47;
}
</style>