Shades of Tussock #C29445
Tints of Tussock #C29445
RGB
CMYK
RGB Variations
Color information
#C29445 (or 0xC29445) is known color: Tussock. HEX triplet: C2, 94 and 45. RGB value is (194,148,69). Sum of RGB (Red+Green+Blue) = 194+148+69=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C29445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29445 is #3D6BBA. Grayscale: #999999. Windows color (decimal): -4025275 or 4560066. OLE color: 4560066.
HSL color Cylindrical-coordinate representation of color #C29445: hue angle of 37.92º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C29445 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 69 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.24 |
| HSL | 37.92º | 0.51% | 0.52% | - |
| HSV(B) | 37.92º | 0.64% | 0.76% | - |
| XYZ | 33.91 | 33.08 | 10.23 | - |
| YUV | 152.75 | 80.74 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 69 | 0 | 0.24 | 0.64 | 0.24 | 37.92 | 0.51 | 0.52 |
| Hex | C2 | 94 | 45 | 0 | 18 | 40 | 18 | 26 | 33 | 34 |
| Octal | 302 | 224 | 105 | 0 | 30 | 100 | 30 | 46 | 63 | 64 |
| Binary | 11000010 | 10010100 | 1000101 | 0 | 11000 | 1000000 | 11000 | 100110 | 110011 | 110100 |
Color Harmonies of #C29445
Complementary color
Monochromatic Colors of #C29445
Black with #C29445
Text Example
Text Example
White with #C29445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29445; }
p { color: rgb(194,148,69); }
H1.HeaderClassName
{
color: #C29445;
}
.AnyTagClassName
{
color: #C29445;
}
</style>
background-color css
<style>
a { background-color: #C29445; }
a { background-color: rgb(194,148,69); }
div.DivClassName
{
background-color: #C29445;
}
.BgClassName
{
background-color: #C29445;
}
</style>
border-color css
<style>
span { border-color: #C29445; }
span { border-color: rgb(194,148,69); }
td.TdClassName
{
border-color: #C29445;
}
.TagClassName
{
border-color: #C29445;
}
</style>