Shades of Tussock #C2914D
Tints of Tussock #C2914D
RGB
CMYK
RGB Variations
Color information
#C2914D (or 0xC2914D) is known color: Tussock. HEX triplet: C2, 91 and 4D. RGB value is (194,145,77). Sum of RGB (Red+Green+Blue) = 194+145+77=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2914D is #3D6EB2. Grayscale: #989898. Windows color (decimal): -4026035 or 5083586. OLE color: 5083586.
HSL color Cylindrical-coordinate representation of color #C2914D: hue angle of 34.87º degrees, saturation: 0.49, 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 #C2914D is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 77 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.24 |
| HSL | 34.87º | 0.49% | 0.53% | - |
| HSV(B) | 34.87º | 0.6% | 0.76% | - |
| XYZ | 33.71 | 32.26 | 11.47 | - |
| YUV | 151.9 | 85.73 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 77 | 0 | 0.25 | 0.60 | 0.24 | 34.87 | 0.49 | 0.53 |
| Hex | C2 | 91 | 4D | 0 | 19 | 3C | 18 | 23 | 31 | 35 |
| Octal | 302 | 221 | 115 | 0 | 31 | 74 | 30 | 43 | 61 | 65 |
| Binary | 11000010 | 10010001 | 1001101 | 0 | 11001 | 111100 | 11000 | 100011 | 110001 | 110101 |
Color Harmonies of #C2914D
Complementary color
Monochromatic Colors of #C2914D
Black with #C2914D
Text Example
Text Example
White with #C2914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2914D; }
p { color: rgb(194,145,77); }
H1.HeaderClassName
{
color: #C2914D;
}
.AnyTagClassName
{
color: #C2914D;
}
</style>
background-color css
<style>
a { background-color: #C2914D; }
a { background-color: rgb(194,145,77); }
div.DivClassName
{
background-color: #C2914D;
}
.BgClassName
{
background-color: #C2914D;
}
</style>
border-color css
<style>
span { border-color: #C2914D; }
span { border-color: rgb(194,145,77); }
td.TdClassName
{
border-color: #C2914D;
}
.TagClassName
{
border-color: #C2914D;
}
</style>