Shades of Tussock #C19049
Tints of Tussock #C19049
RGB
CMYK
RGB Variations
Color information
#C19049 (or 0xC19049) is known color: Tussock. HEX triplet: C1, 90 and 49. RGB value is (193,144,73). Sum of RGB (Red+Green+Blue) = 193+144+73=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C19049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19049 is #3E6FB6. Grayscale: #969696. Windows color (decimal): -4091831 or 4821185. OLE color: 4821185.
HSL color Cylindrical-coordinate representation of color #C19049: hue angle of 35.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C19049 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 73 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.24 |
| HSL | 35.5º | 0.49% | 0.52% | - |
| HSV(B) | 35.5º | 0.62% | 0.76% | - |
| XYZ | 33.17 | 31.77 | 10.69 | - |
| YUV | 150.56 | 84.23 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 73 | 0 | 0.25 | 0.62 | 0.24 | 35.5 | 0.49 | 0.52 |
| Hex | C1 | 90 | 49 | 0 | 19 | 3E | 18 | 24 | 31 | 34 |
| Octal | 301 | 220 | 111 | 0 | 31 | 76 | 30 | 44 | 61 | 64 |
| Binary | 11000001 | 10010000 | 1001001 | 0 | 11001 | 111110 | 11000 | 100100 | 110001 | 110100 |
Color Harmonies of #C19049
Complementary color
Monochromatic Colors of #C19049
Black with #C19049
Text Example
Text Example
White with #C19049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19049; }
p { color: rgb(193,144,73); }
H1.HeaderClassName
{
color: #C19049;
}
.AnyTagClassName
{
color: #C19049;
}
</style>
background-color css
<style>
a { background-color: #C19049; }
a { background-color: rgb(193,144,73); }
div.DivClassName
{
background-color: #C19049;
}
.BgClassName
{
background-color: #C19049;
}
</style>
border-color css
<style>
span { border-color: #C19049; }
span { border-color: rgb(193,144,73); }
td.TdClassName
{
border-color: #C19049;
}
.TagClassName
{
border-color: #C19049;
}
</style>