Shades of Tussock #C2974E
Tints of Tussock #C2974E
RGB
CMYK
RGB Variations
Color information
#C2974E (or 0xC2974E) is known color: Tussock. HEX triplet: C2, 97 and 4E. RGB value is (194,151,78). Sum of RGB (Red+Green+Blue) = 194+151+78=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2974E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2974E is #3D68B1. Grayscale: #9B9B9B. Windows color (decimal): -4024498 or 5150658. OLE color: 5150658.
HSL color Cylindrical-coordinate representation of color #C2974E: hue angle of 37.76º 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 #C2974E is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 78 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.24 |
| HSL | 37.76º | 0.49% | 0.53% | - |
| HSV(B) | 37.76º | 0.6% | 0.76% | - |
| XYZ | 34.69 | 34.15 | 11.97 | - |
| YUV | 155.54 | 84.25 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 78 | 0 | 0.22 | 0.60 | 0.24 | 37.76 | 0.49 | 0.53 |
| Hex | C2 | 97 | 4E | 0 | 16 | 3C | 18 | 26 | 31 | 35 |
| Octal | 302 | 227 | 116 | 0 | 26 | 74 | 30 | 46 | 61 | 65 |
| Binary | 11000010 | 10010111 | 1001110 | 0 | 10110 | 111100 | 11000 | 100110 | 110001 | 110101 |
Color Harmonies of #C2974E
Complementary color
Monochromatic Colors of #C2974E
Black with #C2974E
Text Example
Text Example
White with #C2974E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2974E; }
p { color: rgb(194,151,78); }
H1.HeaderClassName
{
color: #C2974E;
}
.AnyTagClassName
{
color: #C2974E;
}
</style>
background-color css
<style>
a { background-color: #C2974E; }
a { background-color: rgb(194,151,78); }
div.DivClassName
{
background-color: #C2974E;
}
.BgClassName
{
background-color: #C2974E;
}
</style>
border-color css
<style>
span { border-color: #C2974E; }
span { border-color: rgb(194,151,78); }
td.TdClassName
{
border-color: #C2974E;
}
.TagClassName
{
border-color: #C2974E;
}
</style>