Shades of Tussock #C1964A
Tints of Tussock #C1964A
RGB
CMYK
RGB Variations
Color information
#C1964A (or 0xC1964A) is known color: Tussock. HEX triplet: C1, 96 and 4A. RGB value is (193,150,74). Sum of RGB (Red+Green+Blue) = 193+150+74=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1964A is #3E69B5. Grayscale: #9A9A9A. Windows color (decimal): -4090294 or 4888257. OLE color: 4888257.
HSL color Cylindrical-coordinate representation of color #C1964A: hue angle of 38.32º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1964A is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 74 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.24 |
| HSL | 38.32º | 0.49% | 0.52% | - |
| HSV(B) | 38.32º | 0.62% | 0.76% | - |
| XYZ | 34.13 | 33.64 | 11.17 | - |
| YUV | 154.19 | 82.75 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 74 | 0 | 0.22 | 0.62 | 0.24 | 38.32 | 0.49 | 0.52 |
| Hex | C1 | 96 | 4A | 0 | 16 | 3E | 18 | 26 | 31 | 34 |
| Octal | 301 | 226 | 112 | 0 | 26 | 76 | 30 | 46 | 61 | 64 |
| Binary | 11000001 | 10010110 | 1001010 | 0 | 10110 | 111110 | 11000 | 100110 | 110001 | 110100 |
Color Harmonies of #C1964A
Complementary color
Monochromatic Colors of #C1964A
Black with #C1964A
Text Example
Text Example
White with #C1964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1964A; }
p { color: rgb(193,150,74); }
H1.HeaderClassName
{
color: #C1964A;
}
.AnyTagClassName
{
color: #C1964A;
}
</style>
background-color css
<style>
a { background-color: #C1964A; }
a { background-color: rgb(193,150,74); }
div.DivClassName
{
background-color: #C1964A;
}
.BgClassName
{
background-color: #C1964A;
}
</style>
border-color css
<style>
span { border-color: #C1964A; }
span { border-color: rgb(193,150,74); }
td.TdClassName
{
border-color: #C1964A;
}
.TagClassName
{
border-color: #C1964A;
}
</style>