Shades of Tussock #C48E4E
Tints of Tussock #C48E4E
RGB
CMYK
RGB Variations
Color information
#C48E4E (or 0xC48E4E) is known color: Tussock. HEX triplet: C4, 8E and 4E. RGB value is (196,142,78). Sum of RGB (Red+Green+Blue) = 196+142+78=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48E4E is #3B71B1. Grayscale: #979797. Windows color (decimal): -3895730 or 5148356. OLE color: 5148356.
HSL color Cylindrical-coordinate representation of color #C48E4E: hue angle of 32.54º degrees, saturation: 0.5, 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 #C48E4E is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 142 | 78 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.23 |
| HSL | 32.54º | 0.5% | 0.54% | - |
| HSV(B) | 32.54º | 0.6% | 0.77% | - |
| XYZ | 33.81 | 31.63 | 11.53 | - |
| YUV | 150.85 | 86.89 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 142 | 78 | 0 | 0.28 | 0.60 | 0.23 | 32.54 | 0.5 | 0.54 |
| Hex | C4 | 8E | 4E | 0 | 1C | 3C | 17 | 21 | 32 | 36 |
| Octal | 304 | 216 | 116 | 0 | 34 | 74 | 27 | 41 | 62 | 66 |
| Binary | 11000100 | 10001110 | 1001110 | 0 | 11100 | 111100 | 10111 | 100001 | 110010 | 110110 |
Color Harmonies of #C48E4E
Complementary color
Monochromatic Colors of #C48E4E
Black with #C48E4E
Text Example
Text Example
White with #C48E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48E4E; }
p { color: rgb(196,142,78); }
H1.HeaderClassName
{
color: #C48E4E;
}
.AnyTagClassName
{
color: #C48E4E;
}
</style>
background-color css
<style>
a { background-color: #C48E4E; }
a { background-color: rgb(196,142,78); }
div.DivClassName
{
background-color: #C48E4E;
}
.BgClassName
{
background-color: #C48E4E;
}
</style>
border-color css
<style>
span { border-color: #C48E4E; }
span { border-color: rgb(196,142,78); }
td.TdClassName
{
border-color: #C48E4E;
}
.TagClassName
{
border-color: #C48E4E;
}
</style>