Shades of Tussock #C29844
Tints of Tussock #C29844
RGB
CMYK
RGB Variations
Color information
#C29844 (or 0xC29844) is known color: Tussock. HEX triplet: C2, 98 and 44. RGB value is (194,152,68). Sum of RGB (Red+Green+Blue) = 194+152+68=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C29844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29844 is #3D67BB. Grayscale: #9B9B9B. Windows color (decimal): -4024252 or 4495554. OLE color: 4495554.
HSL color Cylindrical-coordinate representation of color #C29844: hue angle of 40º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C29844 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 152 | 68 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.24 |
| HSL | 40º | 0.51% | 0.51% | - |
| HSV(B) | 40º | 0.65% | 0.76% | - |
| XYZ | 34.52 | 34.34 | 10.28 | - |
| YUV | 154.98 | 78.91 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 68 | 0 | 0.22 | 0.65 | 0.24 | 40 | 0.51 | 0.51 |
| Hex | C2 | 98 | 44 | 0 | 16 | 41 | 18 | 28 | 33 | 33 |
| Octal | 302 | 230 | 104 | 0 | 26 | 101 | 30 | 50 | 63 | 63 |
| Binary | 11000010 | 10011000 | 1000100 | 0 | 10110 | 1000001 | 11000 | 101000 | 110011 | 110011 |
Color Harmonies of #C29844
Complementary color
Monochromatic Colors of #C29844
Black with #C29844
Text Example
Text Example
White with #C29844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29844; }
p { color: rgb(194,152,68); }
H1.HeaderClassName
{
color: #C29844;
}
.AnyTagClassName
{
color: #C29844;
}
</style>
background-color css
<style>
a { background-color: #C29844; }
a { background-color: rgb(194,152,68); }
div.DivClassName
{
background-color: #C29844;
}
.BgClassName
{
background-color: #C29844;
}
</style>
border-color css
<style>
span { border-color: #C29844; }
span { border-color: rgb(194,152,68); }
td.TdClassName
{
border-color: #C29844;
}
.TagClassName
{
border-color: #C29844;
}
</style>