Shades of Tussock #C29149
Tints of Tussock #C29149
RGB
CMYK
RGB Variations
Color information
#C29149 (or 0xC29149) is known color: Tussock. HEX triplet: C2, 91 and 49. RGB value is (194,145,73). Sum of RGB (Red+Green+Blue) = 194+145+73=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C29149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29149 is #3D6EB6. Grayscale: #979797. Windows color (decimal): -4026039 or 4821442. OLE color: 4821442.
HSL color Cylindrical-coordinate representation of color #C29149: hue angle of 35.7º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C29149 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 73 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.24 |
| HSL | 35.7º | 0.5% | 0.52% | - |
| HSV(B) | 35.7º | 0.62% | 0.76% | - |
| XYZ | 33.58 | 32.2 | 10.75 | - |
| YUV | 151.44 | 83.73 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 73 | 0 | 0.25 | 0.62 | 0.24 | 35.7 | 0.5 | 0.52 |
| Hex | C2 | 91 | 49 | 0 | 19 | 3E | 18 | 24 | 32 | 34 |
| Octal | 302 | 221 | 111 | 0 | 31 | 76 | 30 | 44 | 62 | 64 |
| Binary | 11000010 | 10010001 | 1001001 | 0 | 11001 | 111110 | 11000 | 100100 | 110010 | 110100 |
Color Harmonies of #C29149
Complementary color
Monochromatic Colors of #C29149
Black with #C29149
Text Example
Text Example
White with #C29149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29149; }
p { color: rgb(194,145,73); }
H1.HeaderClassName
{
color: #C29149;
}
.AnyTagClassName
{
color: #C29149;
}
</style>
background-color css
<style>
a { background-color: #C29149; }
a { background-color: rgb(194,145,73); }
div.DivClassName
{
background-color: #C29149;
}
.BgClassName
{
background-color: #C29149;
}
</style>
border-color css
<style>
span { border-color: #C29149; }
span { border-color: rgb(194,145,73); }
td.TdClassName
{
border-color: #C29149;
}
.TagClassName
{
border-color: #C29149;
}
</style>