Shades of Tussock #C29148
Tints of Tussock #C29148
RGB
CMYK
RGB Variations
Color information
#C29148 (or 0xC29148) is known color: Tussock. HEX triplet: C2, 91 and 48. RGB value is (194,145,72). Sum of RGB (Red+Green+Blue) = 194+145+72=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C29148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29148 is #3D6EB7. Grayscale: #979797. Windows color (decimal): -4026040 or 4755906. OLE color: 4755906.
HSL color Cylindrical-coordinate representation of color #C29148: hue angle of 35.9º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C29148 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 72 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.24 |
| HSL | 35.9º | 0.5% | 0.52% | - |
| HSV(B) | 35.9º | 0.63% | 0.76% | - |
| XYZ | 33.54 | 32.19 | 10.58 | - |
| YUV | 151.33 | 83.23 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 72 | 0 | 0.25 | 0.63 | 0.24 | 35.9 | 0.5 | 0.52 |
| Hex | C2 | 91 | 48 | 0 | 19 | 3F | 18 | 24 | 32 | 34 |
| Octal | 302 | 221 | 110 | 0 | 31 | 77 | 30 | 44 | 62 | 64 |
| Binary | 11000010 | 10010001 | 1001000 | 0 | 11001 | 111111 | 11000 | 100100 | 110010 | 110100 |
Color Harmonies of #C29148
Complementary color
Monochromatic Colors of #C29148
Black with #C29148
Text Example
Text Example
White with #C29148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29148; }
p { color: rgb(194,145,72); }
H1.HeaderClassName
{
color: #C29148;
}
.AnyTagClassName
{
color: #C29148;
}
</style>
background-color css
<style>
a { background-color: #C29148; }
a { background-color: rgb(194,145,72); }
div.DivClassName
{
background-color: #C29148;
}
.BgClassName
{
background-color: #C29148;
}
</style>
border-color css
<style>
span { border-color: #C29148; }
span { border-color: rgb(194,145,72); }
td.TdClassName
{
border-color: #C29148;
}
.TagClassName
{
border-color: #C29148;
}
</style>