Shades of Tussock #C19646
Tints of Tussock #C19646
RGB
CMYK
RGB Variations
Color information
#C19646 (or 0xC19646) is known color: Tussock. HEX triplet: C1, 96 and 46. RGB value is (193,150,70). Sum of RGB (Red+Green+Blue) = 193+150+70=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C19646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19646 is #3E69B9. Grayscale: #9A9A9A. Windows color (decimal): -4090298 or 4626113. OLE color: 4626113.
HSL color Cylindrical-coordinate representation of color #C19646: hue angle of 39.02º 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 #C19646 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 70 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.24 |
| HSL | 39.02º | 0.5% | 0.52% | - |
| HSV(B) | 39.02º | 0.64% | 0.76% | - |
| XYZ | 34 | 33.59 | 10.49 | - |
| YUV | 153.74 | 80.75 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 70 | 0 | 0.22 | 0.64 | 0.24 | 39.02 | 0.5 | 0.52 |
| Hex | C1 | 96 | 46 | 0 | 16 | 40 | 18 | 27 | 32 | 34 |
| Octal | 301 | 226 | 106 | 0 | 26 | 100 | 30 | 47 | 62 | 64 |
| Binary | 11000001 | 10010110 | 1000110 | 0 | 10110 | 1000000 | 11000 | 100111 | 110010 | 110100 |
Color Harmonies of #C19646
Complementary color
Monochromatic Colors of #C19646
Black with #C19646
Text Example
Text Example
White with #C19646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19646; }
p { color: rgb(193,150,70); }
H1.HeaderClassName
{
color: #C19646;
}
.AnyTagClassName
{
color: #C19646;
}
</style>
background-color css
<style>
a { background-color: #C19646; }
a { background-color: rgb(193,150,70); }
div.DivClassName
{
background-color: #C19646;
}
.BgClassName
{
background-color: #C19646;
}
</style>
border-color css
<style>
span { border-color: #C19646; }
span { border-color: rgb(193,150,70); }
td.TdClassName
{
border-color: #C19646;
}
.TagClassName
{
border-color: #C19646;
}
</style>