Shades of Tussock #C4884C
Tints of Tussock #C4884C
RGB
CMYK
RGB Variations
Color information
#C4884C (or 0xC4884C) is known color: Tussock. HEX triplet: C4, 88 and 4C. RGB value is (196,136,76). Sum of RGB (Red+Green+Blue) = 196+136+76=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C4884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4884C is #3B77B3. Grayscale: #939393. Windows color (decimal): -3897268 or 5015748. OLE color: 5015748.
HSL color Cylindrical-coordinate representation of color #C4884C: hue angle of 30º 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 #C4884C is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 76 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.23 |
| HSL | 30º | 0.5% | 0.53% | - |
| HSV(B) | 30º | 0.61% | 0.77% | - |
| XYZ | 32.87 | 29.87 | 10.87 | - |
| YUV | 147.1 | 87.88 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 76 | 0 | 0.31 | 0.61 | 0.23 | 30 | 0.5 | 0.53 |
| Hex | C4 | 88 | 4C | 0 | 1F | 3D | 17 | 1E | 32 | 35 |
| Octal | 304 | 210 | 114 | 0 | 37 | 75 | 27 | 36 | 62 | 65 |
| Binary | 11000100 | 10001000 | 1001100 | 0 | 11111 | 111101 | 10111 | 11110 | 110010 | 110101 |
Color Harmonies of #C4884C
Complementary color
Monochromatic Colors of #C4884C
Black with #C4884C
Text Example
Text Example
White with #C4884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4884C; }
p { color: rgb(196,136,76); }
H1.HeaderClassName
{
color: #C4884C;
}
.AnyTagClassName
{
color: #C4884C;
}
</style>
background-color css
<style>
a { background-color: #C4884C; }
a { background-color: rgb(196,136,76); }
div.DivClassName
{
background-color: #C4884C;
}
.BgClassName
{
background-color: #C4884C;
}
</style>
border-color css
<style>
span { border-color: #C4884C; }
span { border-color: rgb(196,136,76); }
td.TdClassName
{
border-color: #C4884C;
}
.TagClassName
{
border-color: #C4884C;
}
</style>