Shades of Tussock #C2954E
Tints of Tussock #C2954E
RGB
CMYK
RGB Variations
Color information
#C2954E (or 0xC2954E) is known color: Tussock. HEX triplet: C2, 95 and 4E. RGB value is (194,149,78). Sum of RGB (Red+Green+Blue) = 194+149+78=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2954E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2954E is #3D6AB1. Grayscale: #9A9A9A. Windows color (decimal): -4025010 or 5150146. OLE color: 5150146.
HSL color Cylindrical-coordinate representation of color #C2954E: hue angle of 36.72º 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 #C2954E is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 78 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.24 |
| HSL | 36.72º | 0.49% | 0.53% | - |
| HSV(B) | 36.72º | 0.6% | 0.76% | - |
| XYZ | 34.37 | 33.51 | 11.87 | - |
| YUV | 154.36 | 84.91 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 78 | 0 | 0.23 | 0.60 | 0.24 | 36.72 | 0.49 | 0.53 |
| Hex | C2 | 95 | 4E | 0 | 17 | 3C | 18 | 25 | 31 | 35 |
| Octal | 302 | 225 | 116 | 0 | 27 | 74 | 30 | 45 | 61 | 65 |
| Binary | 11000010 | 10010101 | 1001110 | 0 | 10111 | 111100 | 11000 | 100101 | 110001 | 110101 |
Color Harmonies of #C2954E
Complementary color
Monochromatic Colors of #C2954E
Black with #C2954E
Text Example
Text Example
White with #C2954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2954E; }
p { color: rgb(194,149,78); }
H1.HeaderClassName
{
color: #C2954E;
}
.AnyTagClassName
{
color: #C2954E;
}
</style>
background-color css
<style>
a { background-color: #C2954E; }
a { background-color: rgb(194,149,78); }
div.DivClassName
{
background-color: #C2954E;
}
.BgClassName
{
background-color: #C2954E;
}
</style>
border-color css
<style>
span { border-color: #C2954E; }
span { border-color: rgb(194,149,78); }
td.TdClassName
{
border-color: #C2954E;
}
.TagClassName
{
border-color: #C2954E;
}
</style>