Shades of Tussock #C29944
Tints of Tussock #C29944
RGB
CMYK
RGB Variations
Color information
#C29944 (or 0xC29944) is known color: Tussock. HEX triplet: C2, 99 and 44. RGB value is (194,153,68). Sum of RGB (Red+Green+Blue) = 194+153+68=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C29944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29944 is #3D66BB. Grayscale: #9B9B9B. Windows color (decimal): -4023996 or 4495810. OLE color: 4495810.
HSL color Cylindrical-coordinate representation of color #C29944: hue angle of 40.48º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C29944 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 68 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.24 |
| HSL | 40.48º | 0.51% | 0.51% | - |
| HSV(B) | 40.48º | 0.65% | 0.76% | - |
| XYZ | 34.68 | 34.67 | 10.33 | - |
| YUV | 155.57 | 78.58 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 68 | 0 | 0.21 | 0.65 | 0.24 | 40.48 | 0.51 | 0.51 |
| Hex | C2 | 99 | 44 | 0 | 15 | 41 | 18 | 28 | 33 | 33 |
| Octal | 302 | 231 | 104 | 0 | 25 | 101 | 30 | 50 | 63 | 63 |
| Binary | 11000010 | 10011001 | 1000100 | 0 | 10101 | 1000001 | 11000 | 101000 | 110011 | 110011 |
Color Harmonies of #C29944
Complementary color
Monochromatic Colors of #C29944
Black with #C29944
Text Example
Text Example
White with #C29944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29944; }
p { color: rgb(194,153,68); }
H1.HeaderClassName
{
color: #C29944;
}
.AnyTagClassName
{
color: #C29944;
}
</style>
background-color css
<style>
a { background-color: #C29944; }
a { background-color: rgb(194,153,68); }
div.DivClassName
{
background-color: #C29944;
}
.BgClassName
{
background-color: #C29944;
}
</style>
border-color css
<style>
span { border-color: #C29944; }
span { border-color: rgb(194,153,68); }
td.TdClassName
{
border-color: #C29944;
}
.TagClassName
{
border-color: #C29944;
}
</style>