Shades of Tussock #C48D4C
Tints of Tussock #C48D4C
RGB
CMYK
RGB Variations
Color information
#C48D4C (or 0xC48D4C) is known color: Tussock. HEX triplet: C4, 8D and 4C. RGB value is (196,141,76). Sum of RGB (Red+Green+Blue) = 196+141+76=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48D4C is #3B72B3. Grayscale: #969696. Windows color (decimal): -3895988 or 5017028. OLE color: 5017028.
HSL color Cylindrical-coordinate representation of color #C48D4C: hue angle of 32.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C48D4C is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 76 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.23 |
| HSL | 32.5º | 0.5% | 0.53% | - |
| HSV(B) | 32.5º | 0.61% | 0.77% | - |
| XYZ | 33.59 | 31.31 | 11.11 | - |
| YUV | 150.04 | 86.22 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 76 | 0 | 0.28 | 0.61 | 0.23 | 32.5 | 0.5 | 0.53 |
| Hex | C4 | 8D | 4C | 0 | 1C | 3D | 17 | 20 | 32 | 35 |
| Octal | 304 | 215 | 114 | 0 | 34 | 75 | 27 | 40 | 62 | 65 |
| Binary | 11000100 | 10001101 | 1001100 | 0 | 11100 | 111101 | 10111 | 100000 | 110010 | 110101 |
Color Harmonies of #C48D4C
Complementary color
Monochromatic Colors of #C48D4C
Black with #C48D4C
Text Example
Text Example
White with #C48D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48D4C; }
p { color: rgb(196,141,76); }
H1.HeaderClassName
{
color: #C48D4C;
}
.AnyTagClassName
{
color: #C48D4C;
}
</style>
background-color css
<style>
a { background-color: #C48D4C; }
a { background-color: rgb(196,141,76); }
div.DivClassName
{
background-color: #C48D4C;
}
.BgClassName
{
background-color: #C48D4C;
}
</style>
border-color css
<style>
span { border-color: #C48D4C; }
span { border-color: rgb(196,141,76); }
td.TdClassName
{
border-color: #C48D4C;
}
.TagClassName
{
border-color: #C48D4C;
}
</style>