Shades of Tussock #C19247
Tints of Tussock #C19247
RGB
CMYK
RGB Variations
Color information
#C19247 (or 0xC19247) is known color: Tussock. HEX triplet: C1, 92 and 47. RGB value is (193,146,71). Sum of RGB (Red+Green+Blue) = 193+146+71=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 71 (28.12% from 255 or 17.32% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C19247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19247 is #3E6DB8. Grayscale: #979797. Windows color (decimal): -4091321 or 4690625. OLE color: 4690625.
HSL color Cylindrical-coordinate representation of color #C19247: hue angle of 36.89º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C19247 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 71 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.24 |
| HSL | 36.89º | 0.5% | 0.52% | - |
| HSV(B) | 36.89º | 0.63% | 0.76% | - |
| XYZ | 33.41 | 32.35 | 10.44 | - |
| YUV | 151.5 | 82.57 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 71 | 0 | 0.24 | 0.63 | 0.24 | 36.89 | 0.5 | 0.52 |
| Hex | C1 | 92 | 47 | 0 | 18 | 3F | 18 | 25 | 32 | 34 |
| Octal | 301 | 222 | 107 | 0 | 30 | 77 | 30 | 45 | 62 | 64 |
| Binary | 11000001 | 10010010 | 1000111 | 0 | 11000 | 111111 | 11000 | 100101 | 110010 | 110100 |
Color Harmonies of #C19247
Complementary color
Monochromatic Colors of #C19247
Black with #C19247
Text Example
Text Example
White with #C19247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19247; }
p { color: rgb(193,146,71); }
H1.HeaderClassName
{
color: #C19247;
}
.AnyTagClassName
{
color: #C19247;
}
</style>
background-color css
<style>
a { background-color: #C19247; }
a { background-color: rgb(193,146,71); }
div.DivClassName
{
background-color: #C19247;
}
.BgClassName
{
background-color: #C19247;
}
</style>
border-color css
<style>
span { border-color: #C19247; }
span { border-color: rgb(193,146,71); }
td.TdClassName
{
border-color: #C19247;
}
.TagClassName
{
border-color: #C19247;
}
</style>