Shades of Tussock #C29446
Tints of Tussock #C29446
RGB
CMYK
RGB Variations
Color information
#C29446 (or 0xC29446) is known color: Tussock. HEX triplet: C2, 94 and 46. RGB value is (194,148,70). Sum of RGB (Red+Green+Blue) = 194+148+70=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C29446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29446 is #3D6BB9. Grayscale: #999999. Windows color (decimal): -4025274 or 4625602. OLE color: 4625602.
HSL color Cylindrical-coordinate representation of color #C29446: hue angle of 37.74º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C29446 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 70 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.24 |
| HSL | 37.74º | 0.5% | 0.52% | - |
| HSV(B) | 37.74º | 0.64% | 0.76% | - |
| XYZ | 33.94 | 33.09 | 10.39 | - |
| YUV | 152.86 | 81.24 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 70 | 0 | 0.24 | 0.64 | 0.24 | 37.74 | 0.5 | 0.52 |
| Hex | C2 | 94 | 46 | 0 | 18 | 40 | 18 | 26 | 32 | 34 |
| Octal | 302 | 224 | 106 | 0 | 30 | 100 | 30 | 46 | 62 | 64 |
| Binary | 11000010 | 10010100 | 1000110 | 0 | 11000 | 1000000 | 11000 | 100110 | 110010 | 110100 |
Color Harmonies of #C29446
Complementary color
Monochromatic Colors of #C29446
Black with #C29446
Text Example
Text Example
White with #C29446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29446; }
p { color: rgb(194,148,70); }
H1.HeaderClassName
{
color: #C29446;
}
.AnyTagClassName
{
color: #C29446;
}
</style>
background-color css
<style>
a { background-color: #C29446; }
a { background-color: rgb(194,148,70); }
div.DivClassName
{
background-color: #C29446;
}
.BgClassName
{
background-color: #C29446;
}
</style>
border-color css
<style>
span { border-color: #C29446; }
span { border-color: rgb(194,148,70); }
td.TdClassName
{
border-color: #C29446;
}
.TagClassName
{
border-color: #C29446;
}
</style>