Shades of Tussock #C19449
Tints of Tussock #C19449
RGB
CMYK
RGB Variations
Color information
#C19449 (or 0xC19449) is known color: Tussock. HEX triplet: C1, 94 and 49. RGB value is (193,148,73). Sum of RGB (Red+Green+Blue) = 193+148+73=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 73 (28.91% from 255 or 17.63% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C19449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19449 is #3E6BB6. Grayscale: #999999. Windows color (decimal): -4090807 or 4822209. OLE color: 4822209.
HSL color Cylindrical-coordinate representation of color #C19449: hue angle of 37.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 #C19449 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 73 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.24 |
| HSL | 37.5º | 0.49% | 0.52% | - |
| HSV(B) | 37.5º | 0.62% | 0.76% | - |
| XYZ | 33.78 | 33 | 10.89 | - |
| YUV | 152.91 | 82.91 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 73 | 0 | 0.23 | 0.62 | 0.24 | 37.5 | 0.49 | 0.52 |
| Hex | C1 | 94 | 49 | 0 | 17 | 3E | 18 | 26 | 31 | 34 |
| Octal | 301 | 224 | 111 | 0 | 27 | 76 | 30 | 46 | 61 | 64 |
| Binary | 11000001 | 10010100 | 1001001 | 0 | 10111 | 111110 | 11000 | 100110 | 110001 | 110100 |
Color Harmonies of #C19449
Complementary color
Monochromatic Colors of #C19449
Black with #C19449
Text Example
Text Example
White with #C19449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19449; }
p { color: rgb(193,148,73); }
H1.HeaderClassName
{
color: #C19449;
}
.AnyTagClassName
{
color: #C19449;
}
</style>
background-color css
<style>
a { background-color: #C19449; }
a { background-color: rgb(193,148,73); }
div.DivClassName
{
background-color: #C19449;
}
.BgClassName
{
background-color: #C19449;
}
</style>
border-color css
<style>
span { border-color: #C19449; }
span { border-color: rgb(193,148,73); }
td.TdClassName
{
border-color: #C19449;
}
.TagClassName
{
border-color: #C19449;
}
</style>