Shades of Tussock #C2974A
Tints of Tussock #C2974A
RGB
CMYK
RGB Variations
Color information
#C2974A (or 0xC2974A) is known color: Tussock. HEX triplet: C2, 97 and 4A. RGB value is (194,151,74). Sum of RGB (Red+Green+Blue) = 194+151+74=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2974A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2974A is #3D68B5. Grayscale: #9B9B9B. Windows color (decimal): -4024502 or 4888514. OLE color: 4888514.
HSL color Cylindrical-coordinate representation of color #C2974A: hue angle of 38.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2974A is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 74 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.24 |
| HSL | 38.5º | 0.5% | 0.53% | - |
| HSV(B) | 38.5º | 0.62% | 0.76% | - |
| XYZ | 34.55 | 34.1 | 11.24 | - |
| YUV | 155.08 | 82.25 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 74 | 0 | 0.22 | 0.62 | 0.24 | 38.5 | 0.5 | 0.53 |
| Hex | C2 | 97 | 4A | 0 | 16 | 3E | 18 | 26 | 32 | 35 |
| Octal | 302 | 227 | 112 | 0 | 26 | 76 | 30 | 46 | 62 | 65 |
| Binary | 11000010 | 10010111 | 1001010 | 0 | 10110 | 111110 | 11000 | 100110 | 110010 | 110101 |
Color Harmonies of #C2974A
Complementary color
Monochromatic Colors of #C2974A
Black with #C2974A
Text Example
Text Example
White with #C2974A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2974A; }
p { color: rgb(194,151,74); }
H1.HeaderClassName
{
color: #C2974A;
}
.AnyTagClassName
{
color: #C2974A;
}
</style>
background-color css
<style>
a { background-color: #C2974A; }
a { background-color: rgb(194,151,74); }
div.DivClassName
{
background-color: #C2974A;
}
.BgClassName
{
background-color: #C2974A;
}
</style>
border-color css
<style>
span { border-color: #C2974A; }
span { border-color: rgb(194,151,74); }
td.TdClassName
{
border-color: #C2974A;
}
.TagClassName
{
border-color: #C2974A;
}
</style>