Shades of Tussock #C4904E
Tints of Tussock #C4904E
RGB
CMYK
RGB Variations
Color information
#C4904E (or 0xC4904E) is known color: Tussock. HEX triplet: C4, 90 and 4E. RGB value is (196,144,78). Sum of RGB (Red+Green+Blue) = 196+144+78=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4904E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4904E is #3B6FB1. Grayscale: #989898. Windows color (decimal): -3895218 or 5148868. OLE color: 5148868.
HSL color Cylindrical-coordinate representation of color #C4904E: hue angle of 33.56º 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 #C4904E is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 78 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.23 |
| HSL | 33.56º | 0.5% | 0.54% | - |
| HSV(B) | 33.56º | 0.6% | 0.77% | - |
| XYZ | 34.11 | 32.23 | 11.63 | - |
| YUV | 152.02 | 86.23 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 78 | 0 | 0.27 | 0.60 | 0.23 | 33.56 | 0.5 | 0.54 |
| Hex | C4 | 90 | 4E | 0 | 1B | 3C | 17 | 22 | 32 | 36 |
| Octal | 304 | 220 | 116 | 0 | 33 | 74 | 27 | 42 | 62 | 66 |
| Binary | 11000100 | 10010000 | 1001110 | 0 | 11011 | 111100 | 10111 | 100010 | 110010 | 110110 |
Color Harmonies of #C4904E
Complementary color
Monochromatic Colors of #C4904E
Black with #C4904E
Text Example
Text Example
White with #C4904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4904E; }
p { color: rgb(196,144,78); }
H1.HeaderClassName
{
color: #C4904E;
}
.AnyTagClassName
{
color: #C4904E;
}
</style>
background-color css
<style>
a { background-color: #C4904E; }
a { background-color: rgb(196,144,78); }
div.DivClassName
{
background-color: #C4904E;
}
.BgClassName
{
background-color: #C4904E;
}
</style>
border-color css
<style>
span { border-color: #C4904E; }
span { border-color: rgb(196,144,78); }
td.TdClassName
{
border-color: #C4904E;
}
.TagClassName
{
border-color: #C4904E;
}
</style>