Shades of Tussock #C19850
Tints of Tussock #C19850
RGB
CMYK
RGB Variations
Color information
#C19850 (or 0xC19850) is known color: Tussock. HEX triplet: C1, 98 and 50. RGB value is (193,152,80). Sum of RGB (Red+Green+Blue) = 193+152+80=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C19850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19850 is #3E67AF. Grayscale: #9C9C9C. Windows color (decimal): -4089776 or 5281985. OLE color: 5281985.
HSL color Cylindrical-coordinate representation of color #C19850: hue angle of 38.23º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C19850 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 152 | 80 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.24 |
| HSL | 38.23º | 0.48% | 0.54% | - |
| HSV(B) | 38.23º | 0.59% | 0.76% | - |
| XYZ | 34.67 | 34.37 | 12.4 | - |
| YUV | 156.05 | 85.08 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 80 | 0 | 0.21 | 0.59 | 0.24 | 38.23 | 0.48 | 0.54 |
| Hex | C1 | 98 | 50 | 0 | 15 | 3B | 18 | 26 | 30 | 36 |
| Octal | 301 | 230 | 120 | 0 | 25 | 73 | 30 | 46 | 60 | 66 |
| Binary | 11000001 | 10011000 | 1010000 | 0 | 10101 | 111011 | 11000 | 100110 | 110000 | 110110 |
Color Harmonies of #C19850
Complementary color
Monochromatic Colors of #C19850
Black with #C19850
Text Example
Text Example
White with #C19850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19850; }
p { color: rgb(193,152,80); }
H1.HeaderClassName
{
color: #C19850;
}
.AnyTagClassName
{
color: #C19850;
}
</style>
background-color css
<style>
a { background-color: #C19850; }
a { background-color: rgb(193,152,80); }
div.DivClassName
{
background-color: #C19850;
}
.BgClassName
{
background-color: #C19850;
}
</style>
border-color css
<style>
span { border-color: #C19850; }
span { border-color: rgb(193,152,80); }
td.TdClassName
{
border-color: #C19850;
}
.TagClassName
{
border-color: #C19850;
}
</style>