Shades of Tussock #C29444
Tints of Tussock #C29444
RGB
CMYK
RGB Variations
Color information
#C29444 (or 0xC29444) is known color: Tussock. HEX triplet: C2, 94 and 44. RGB value is (194,148,68). Sum of RGB (Red+Green+Blue) = 194+148+68=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 68 (26.95% from 255 or 16.59% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C29444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29444 is #3D6BBB. Grayscale: #989898. Windows color (decimal): -4025276 or 4494530. OLE color: 4494530.
HSL color Cylindrical-coordinate representation of color #C29444: hue angle of 38.1º 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 #C29444 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 68 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.24 |
| HSL | 38.1º | 0.51% | 0.51% | - |
| HSV(B) | 38.1º | 0.65% | 0.76% | - |
| XYZ | 33.88 | 33.07 | 10.07 | - |
| YUV | 152.63 | 80.24 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 68 | 0 | 0.24 | 0.65 | 0.24 | 38.1 | 0.51 | 0.51 |
| Hex | C2 | 94 | 44 | 0 | 18 | 41 | 18 | 26 | 33 | 33 |
| Octal | 302 | 224 | 104 | 0 | 30 | 101 | 30 | 46 | 63 | 63 |
| Binary | 11000010 | 10010100 | 1000100 | 0 | 11000 | 1000001 | 11000 | 100110 | 110011 | 110011 |
Color Harmonies of #C29444
Complementary color
Monochromatic Colors of #C29444
Black with #C29444
Text Example
Text Example
White with #C29444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29444; }
p { color: rgb(194,148,68); }
H1.HeaderClassName
{
color: #C29444;
}
.AnyTagClassName
{
color: #C29444;
}
</style>
background-color css
<style>
a { background-color: #C29444; }
a { background-color: rgb(194,148,68); }
div.DivClassName
{
background-color: #C29444;
}
.BgClassName
{
background-color: #C29444;
}
</style>
border-color css
<style>
span { border-color: #C29444; }
span { border-color: rgb(194,148,68); }
td.TdClassName
{
border-color: #C29444;
}
.TagClassName
{
border-color: #C29444;
}
</style>