Shades of Tussock #C4894C
Tints of Tussock #C4894C
RGB
CMYK
RGB Variations
Color information
#C4894C (or 0xC4894C) is known color: Tussock. HEX triplet: C4, 89 and 4C. RGB value is (196,137,76). Sum of RGB (Red+Green+Blue) = 196+137+76=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C4894C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4894C is #3B76B3. Grayscale: #939393. Windows color (decimal): -3897012 or 5016004. OLE color: 5016004.
HSL color Cylindrical-coordinate representation of color #C4894C: hue angle of 30.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 #C4894C is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 76 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.23 |
| HSL | 30.5º | 0.5% | 0.53% | - |
| HSV(B) | 30.5º | 0.61% | 0.77% | - |
| XYZ | 33.02 | 30.15 | 10.92 | - |
| YUV | 147.69 | 87.55 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 76 | 0 | 0.30 | 0.61 | 0.23 | 30.5 | 0.5 | 0.53 |
| Hex | C4 | 89 | 4C | 0 | 1E | 3D | 17 | 1E | 32 | 35 |
| Octal | 304 | 211 | 114 | 0 | 36 | 75 | 27 | 36 | 62 | 65 |
| Binary | 11000100 | 10001001 | 1001100 | 0 | 11110 | 111101 | 10111 | 11110 | 110010 | 110101 |
Color Harmonies of #C4894C
Complementary color
Monochromatic Colors of #C4894C
Black with #C4894C
Text Example
Text Example
White with #C4894C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4894C; }
p { color: rgb(196,137,76); }
H1.HeaderClassName
{
color: #C4894C;
}
.AnyTagClassName
{
color: #C4894C;
}
</style>
background-color css
<style>
a { background-color: #C4894C; }
a { background-color: rgb(196,137,76); }
div.DivClassName
{
background-color: #C4894C;
}
.BgClassName
{
background-color: #C4894C;
}
</style>
border-color css
<style>
span { border-color: #C4894C; }
span { border-color: rgb(196,137,76); }
td.TdClassName
{
border-color: #C4894C;
}
.TagClassName
{
border-color: #C4894C;
}
</style>