Shades of Tussock #C1964D
Tints of Tussock #C1964D
RGB
CMYK
RGB Variations
Color information
#C1964D (or 0xC1964D) is known color: Tussock. HEX triplet: C1, 96 and 4D. RGB value is (193,150,77). Sum of RGB (Red+Green+Blue) = 193+150+77=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C1964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1964D is #3E69B2. Grayscale: #9A9A9A. Windows color (decimal): -4090291 or 5084865. OLE color: 5084865.
HSL color Cylindrical-coordinate representation of color #C1964D: hue angle of 37.76º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1964D is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 77 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.24 |
| HSL | 37.76º | 0.48% | 0.53% | - |
| HSV(B) | 37.76º | 0.6% | 0.76% | - |
| XYZ | 34.24 | 33.69 | 11.72 | - |
| YUV | 154.54 | 84.25 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 77 | 0 | 0.22 | 0.60 | 0.24 | 37.76 | 0.48 | 0.53 |
| Hex | C1 | 96 | 4D | 0 | 16 | 3C | 18 | 26 | 30 | 35 |
| Octal | 301 | 226 | 115 | 0 | 26 | 74 | 30 | 46 | 60 | 65 |
| Binary | 11000001 | 10010110 | 1001101 | 0 | 10110 | 111100 | 11000 | 100110 | 110000 | 110101 |
Color Harmonies of #C1964D
Complementary color
Monochromatic Colors of #C1964D
Black with #C1964D
Text Example
Text Example
White with #C1964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1964D; }
p { color: rgb(193,150,77); }
H1.HeaderClassName
{
color: #C1964D;
}
.AnyTagClassName
{
color: #C1964D;
}
</style>
background-color css
<style>
a { background-color: #C1964D; }
a { background-color: rgb(193,150,77); }
div.DivClassName
{
background-color: #C1964D;
}
.BgClassName
{
background-color: #C1964D;
}
</style>
border-color css
<style>
span { border-color: #C1964D; }
span { border-color: rgb(193,150,77); }
td.TdClassName
{
border-color: #C1964D;
}
.TagClassName
{
border-color: #C1964D;
}
</style>