Shades of Tussock #C1964C
Tints of Tussock #C1964C
RGB
CMYK
RGB Variations
Color information
#C1964C (or 0xC1964C) is known color: Tussock. HEX triplet: C1, 96 and 4C. RGB value is (193,150,76). Sum of RGB (Red+Green+Blue) = 193+150+76=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C1964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1964C is #3E69B3. Grayscale: #9A9A9A. Windows color (decimal): -4090292 or 5019329. OLE color: 5019329.
HSL color Cylindrical-coordinate representation of color #C1964C: hue angle of 37.95º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1964C is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 76 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.24 |
| HSL | 37.95º | 0.49% | 0.53% | - |
| HSV(B) | 37.95º | 0.61% | 0.76% | - |
| XYZ | 34.2 | 33.67 | 11.53 | - |
| YUV | 154.42 | 83.75 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 76 | 0 | 0.22 | 0.61 | 0.24 | 37.95 | 0.49 | 0.53 |
| Hex | C1 | 96 | 4C | 0 | 16 | 3D | 18 | 26 | 31 | 35 |
| Octal | 301 | 226 | 114 | 0 | 26 | 75 | 30 | 46 | 61 | 65 |
| Binary | 11000001 | 10010110 | 1001100 | 0 | 10110 | 111101 | 11000 | 100110 | 110001 | 110101 |
Color Harmonies of #C1964C
Complementary color
Monochromatic Colors of #C1964C
Black with #C1964C
Text Example
Text Example
White with #C1964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1964C; }
p { color: rgb(193,150,76); }
H1.HeaderClassName
{
color: #C1964C;
}
.AnyTagClassName
{
color: #C1964C;
}
</style>
background-color css
<style>
a { background-color: #C1964C; }
a { background-color: rgb(193,150,76); }
div.DivClassName
{
background-color: #C1964C;
}
.BgClassName
{
background-color: #C1964C;
}
</style>
border-color css
<style>
span { border-color: #C1964C; }
span { border-color: rgb(193,150,76); }
td.TdClassName
{
border-color: #C1964C;
}
.TagClassName
{
border-color: #C1964C;
}
</style>