Shades of Tussock #C1914E
Tints of Tussock #C1914E
RGB
CMYK
RGB Variations
Color information
#C1914E (or 0xC1914E) is known color: Tussock. HEX triplet: C1, 91 and 4E. RGB value is (193,145,78). Sum of RGB (Red+Green+Blue) = 193+145+78=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1914E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1914E is #3E6EB1. Grayscale: #989898. Windows color (decimal): -4091570 or 5149121. OLE color: 5149121.
HSL color Cylindrical-coordinate representation of color #C1914E: hue angle of 34.96º 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 #C1914E is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 145 | 78 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.24 |
| HSL | 34.96º | 0.48% | 0.53% | - |
| HSV(B) | 34.96º | 0.6% | 0.76% | - |
| XYZ | 33.49 | 32.14 | 11.65 | - |
| YUV | 151.71 | 86.4 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 78 | 0 | 0.25 | 0.60 | 0.24 | 34.96 | 0.48 | 0.53 |
| Hex | C1 | 91 | 4E | 0 | 19 | 3C | 18 | 23 | 30 | 35 |
| Octal | 301 | 221 | 116 | 0 | 31 | 74 | 30 | 43 | 60 | 65 |
| Binary | 11000001 | 10010001 | 1001110 | 0 | 11001 | 111100 | 11000 | 100011 | 110000 | 110101 |
Color Harmonies of #C1914E
Complementary color
Monochromatic Colors of #C1914E
Black with #C1914E
Text Example
Text Example
White with #C1914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1914E; }
p { color: rgb(193,145,78); }
H1.HeaderClassName
{
color: #C1914E;
}
.AnyTagClassName
{
color: #C1914E;
}
</style>
background-color css
<style>
a { background-color: #C1914E; }
a { background-color: rgb(193,145,78); }
div.DivClassName
{
background-color: #C1914E;
}
.BgClassName
{
background-color: #C1914E;
}
</style>
border-color css
<style>
span { border-color: #C1914E; }
span { border-color: rgb(193,145,78); }
td.TdClassName
{
border-color: #C1914E;
}
.TagClassName
{
border-color: #C1914E;
}
</style>