Shades of Tussock #C29B49
Tints of Tussock #C29B49
RGB
CMYK
RGB Variations
Color information
#C29B49 (or 0xC29B49) is known color: Tussock. HEX triplet: C2, 9B and 49. RGB value is (194,155,73). Sum of RGB (Red+Green+Blue) = 194+155+73=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29B49 is #3D64B6. Grayscale: #9D9D9D. Windows color (decimal): -4023479 or 4824002. OLE color: 4824002.
HSL color Cylindrical-coordinate representation of color #C29B49: hue angle of 40.66º 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 #C29B49 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 73 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.24 |
| HSL | 40.66º | 0.5% | 0.52% | - |
| HSV(B) | 40.66º | 0.62% | 0.76% | - |
| XYZ | 35.17 | 35.39 | 11.28 | - |
| YUV | 157.31 | 80.42 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 73 | 0 | 0.20 | 0.62 | 0.24 | 40.66 | 0.5 | 0.52 |
| Hex | C2 | 9B | 49 | 0 | 14 | 3E | 18 | 29 | 32 | 34 |
| Octal | 302 | 233 | 111 | 0 | 24 | 76 | 30 | 51 | 62 | 64 |
| Binary | 11000010 | 10011011 | 1001001 | 0 | 10100 | 111110 | 11000 | 101001 | 110010 | 110100 |
Color Harmonies of #C29B49
Complementary color
Monochromatic Colors of #C29B49
Black with #C29B49
Text Example
Text Example
White with #C29B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29B49; }
p { color: rgb(194,155,73); }
H1.HeaderClassName
{
color: #C29B49;
}
.AnyTagClassName
{
color: #C29B49;
}
</style>
background-color css
<style>
a { background-color: #C29B49; }
a { background-color: rgb(194,155,73); }
div.DivClassName
{
background-color: #C29B49;
}
.BgClassName
{
background-color: #C29B49;
}
</style>
border-color css
<style>
span { border-color: #C29B49; }
span { border-color: rgb(194,155,73); }
td.TdClassName
{
border-color: #C29B49;
}
.TagClassName
{
border-color: #C29B49;
}
</style>