Shades of Tussock #C29B52
Tints of Tussock #C29B52
RGB
CMYK
RGB Variations
Color information
#C29B52 (or 0xC29B52) is known color: Tussock. HEX triplet: C2, 9B and 52. RGB value is (194,155,82). Sum of RGB (Red+Green+Blue) = 194+155+82=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29B52 is #3D64AD. Grayscale: #9E9E9E. Windows color (decimal): -4023470 or 5413826. OLE color: 5413826.
HSL color Cylindrical-coordinate representation of color #C29B52: hue angle of 39.11º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C29B52 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 82 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.24 |
| HSL | 39.11º | 0.48% | 0.54% | - |
| HSV(B) | 39.11º | 0.58% | 0.76% | - |
| XYZ | 35.49 | 35.52 | 12.97 | - |
| YUV | 158.34 | 84.92 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 82 | 0 | 0.20 | 0.58 | 0.24 | 39.11 | 0.48 | 0.54 |
| Hex | C2 | 9B | 52 | 0 | 14 | 3A | 18 | 27 | 30 | 36 |
| Octal | 302 | 233 | 122 | 0 | 24 | 72 | 30 | 47 | 60 | 66 |
| Binary | 11000010 | 10011011 | 1010010 | 0 | 10100 | 111010 | 11000 | 100111 | 110000 | 110110 |
Color Harmonies of #C29B52
Complementary color
Monochromatic Colors of #C29B52
Black with #C29B52
Text Example
Text Example
White with #C29B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29B52; }
p { color: rgb(194,155,82); }
H1.HeaderClassName
{
color: #C29B52;
}
.AnyTagClassName
{
color: #C29B52;
}
</style>
background-color css
<style>
a { background-color: #C29B52; }
a { background-color: rgb(194,155,82); }
div.DivClassName
{
background-color: #C29B52;
}
.BgClassName
{
background-color: #C29B52;
}
</style>
border-color css
<style>
span { border-color: #C29B52; }
span { border-color: rgb(194,155,82); }
td.TdClassName
{
border-color: #C29B52;
}
.TagClassName
{
border-color: #C29B52;
}
</style>