Shades of Tussock #C29D48
Tints of Tussock #C29D48
RGB
CMYK
RGB Variations
Color information
#C29D48 (or 0xC29D48) is known color: Tussock. HEX triplet: C2, 9D and 48. RGB value is (194,157,72). Sum of RGB (Red+Green+Blue) = 194+157+72=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29D48 is #3D62B7. Grayscale: #9E9E9E. Windows color (decimal): -4022968 or 4758978. OLE color: 4758978.
HSL color Cylindrical-coordinate representation of color #C29D48: hue angle of 41.8º 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 #C29D48 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 72 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.24 |
| HSL | 41.8º | 0.5% | 0.52% | - |
| HSV(B) | 41.8º | 0.63% | 0.76% | - |
| XYZ | 35.47 | 36.05 | 11.22 | - |
| YUV | 158.37 | 79.26 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 72 | 0 | 0.19 | 0.63 | 0.24 | 41.8 | 0.5 | 0.52 |
| Hex | C2 | 9D | 48 | 0 | 13 | 3F | 18 | 2A | 32 | 34 |
| Octal | 302 | 235 | 110 | 0 | 23 | 77 | 30 | 52 | 62 | 64 |
| Binary | 11000010 | 10011101 | 1001000 | 0 | 10011 | 111111 | 11000 | 101010 | 110010 | 110100 |
Color Harmonies of #C29D48
Complementary color
Monochromatic Colors of #C29D48
Black with #C29D48
Text Example
Text Example
White with #C29D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D48; }
p { color: rgb(194,157,72); }
H1.HeaderClassName
{
color: #C29D48;
}
.AnyTagClassName
{
color: #C29D48;
}
</style>
background-color css
<style>
a { background-color: #C29D48; }
a { background-color: rgb(194,157,72); }
div.DivClassName
{
background-color: #C29D48;
}
.BgClassName
{
background-color: #C29D48;
}
</style>
border-color css
<style>
span { border-color: #C29D48; }
span { border-color: rgb(194,157,72); }
td.TdClassName
{
border-color: #C29D48;
}
.TagClassName
{
border-color: #C29D48;
}
</style>