Shades of Tussock #C2954D
Tints of Tussock #C2954D
RGB
CMYK
RGB Variations
Color information
#C2954D (or 0xC2954D) is known color: Tussock. HEX triplet: C2, 95 and 4D. RGB value is (194,149,77). Sum of RGB (Red+Green+Blue) = 194+149+77=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2954D is #3D6AB2. Grayscale: #9A9A9A. Windows color (decimal): -4025011 or 5084610. OLE color: 5084610.
HSL color Cylindrical-coordinate representation of color #C2954D: hue angle of 36.92º 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 #C2954D is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 77 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.24 |
| HSL | 36.92º | 0.49% | 0.53% | - |
| HSV(B) | 36.92º | 0.6% | 0.76% | - |
| XYZ | 34.34 | 33.5 | 11.68 | - |
| YUV | 154.25 | 84.41 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 77 | 0 | 0.23 | 0.60 | 0.24 | 36.92 | 0.49 | 0.53 |
| Hex | C2 | 95 | 4D | 0 | 17 | 3C | 18 | 25 | 31 | 35 |
| Octal | 302 | 225 | 115 | 0 | 27 | 74 | 30 | 45 | 61 | 65 |
| Binary | 11000010 | 10010101 | 1001101 | 0 | 10111 | 111100 | 11000 | 100101 | 110001 | 110101 |
Color Harmonies of #C2954D
Complementary color
Monochromatic Colors of #C2954D
Black with #C2954D
Text Example
Text Example
White with #C2954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2954D; }
p { color: rgb(194,149,77); }
H1.HeaderClassName
{
color: #C2954D;
}
.AnyTagClassName
{
color: #C2954D;
}
</style>
background-color css
<style>
a { background-color: #C2954D; }
a { background-color: rgb(194,149,77); }
div.DivClassName
{
background-color: #C2954D;
}
.BgClassName
{
background-color: #C2954D;
}
</style>
border-color css
<style>
span { border-color: #C2954D; }
span { border-color: rgb(194,149,77); }
td.TdClassName
{
border-color: #C2954D;
}
.TagClassName
{
border-color: #C2954D;
}
</style>