Shades of Tussock #C29A4C
Tints of Tussock #C29A4C
RGB
CMYK
RGB Variations
Color information
#C29A4C (or 0xC29A4C) is known color: Tussock. HEX triplet: C2, 9A and 4C. RGB value is (194,154,76). Sum of RGB (Red+Green+Blue) = 194+154+76=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29A4C is #3D65B3. Grayscale: #9D9D9D. Windows color (decimal): -4023732 or 5020354. OLE color: 5020354.
HSL color Cylindrical-coordinate representation of color #C29A4C: hue angle of 39.66º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C29A4C is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 76 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.24 |
| HSL | 39.66º | 0.49% | 0.53% | - |
| HSV(B) | 39.66º | 0.61% | 0.76% | - |
| XYZ | 35.11 | 35.1 | 11.76 | - |
| YUV | 157.07 | 82.25 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 76 | 0 | 0.21 | 0.61 | 0.24 | 39.66 | 0.49 | 0.53 |
| Hex | C2 | 9A | 4C | 0 | 15 | 3D | 18 | 28 | 31 | 35 |
| Octal | 302 | 232 | 114 | 0 | 25 | 75 | 30 | 50 | 61 | 65 |
| Binary | 11000010 | 10011010 | 1001100 | 0 | 10101 | 111101 | 11000 | 101000 | 110001 | 110101 |
Color Harmonies of #C29A4C
Complementary color
Monochromatic Colors of #C29A4C
Black with #C29A4C
Text Example
Text Example
White with #C29A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A4C; }
p { color: rgb(194,154,76); }
H1.HeaderClassName
{
color: #C29A4C;
}
.AnyTagClassName
{
color: #C29A4C;
}
</style>
background-color css
<style>
a { background-color: #C29A4C; }
a { background-color: rgb(194,154,76); }
div.DivClassName
{
background-color: #C29A4C;
}
.BgClassName
{
background-color: #C29A4C;
}
</style>
border-color css
<style>
span { border-color: #C29A4C; }
span { border-color: rgb(194,154,76); }
td.TdClassName
{
border-color: #C29A4C;
}
.TagClassName
{
border-color: #C29A4C;
}
</style>