Shades of Tussock #C19846
Tints of Tussock #C19846
RGB
CMYK
RGB Variations
Color information
#C19846 (or 0xC19846) is known color: Tussock. HEX triplet: C1, 98 and 46. RGB value is (193,152,70). Sum of RGB (Red+Green+Blue) = 193+152+70=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C19846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19846 is #3E67B9. Grayscale: #9B9B9B. Windows color (decimal): -4089786 or 4626625. OLE color: 4626625.
HSL color Cylindrical-coordinate representation of color #C19846: hue angle of 40º degrees, saturation: 0.5, 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 #C19846 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 152 | 70 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.24 |
| HSL | 40º | 0.5% | 0.52% | - |
| HSV(B) | 40º | 0.64% | 0.76% | - |
| XYZ | 34.33 | 34.24 | 10.59 | - |
| YUV | 154.91 | 80.08 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 70 | 0 | 0.21 | 0.64 | 0.24 | 40 | 0.5 | 0.52 |
| Hex | C1 | 98 | 46 | 0 | 15 | 40 | 18 | 28 | 32 | 34 |
| Octal | 301 | 230 | 106 | 0 | 25 | 100 | 30 | 50 | 62 | 64 |
| Binary | 11000001 | 10011000 | 1000110 | 0 | 10101 | 1000000 | 11000 | 101000 | 110010 | 110100 |
Color Harmonies of #C19846
Complementary color
Monochromatic Colors of #C19846
Black with #C19846
Text Example
Text Example
White with #C19846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19846; }
p { color: rgb(193,152,70); }
H1.HeaderClassName
{
color: #C19846;
}
.AnyTagClassName
{
color: #C19846;
}
</style>
background-color css
<style>
a { background-color: #C19846; }
a { background-color: rgb(193,152,70); }
div.DivClassName
{
background-color: #C19846;
}
.BgClassName
{
background-color: #C19846;
}
</style>
border-color css
<style>
span { border-color: #C19846; }
span { border-color: rgb(193,152,70); }
td.TdClassName
{
border-color: #C19846;
}
.TagClassName
{
border-color: #C19846;
}
</style>