Shades of Tussock #C2974F
Tints of Tussock #C2974F
RGB
CMYK
RGB Variations
Color information
#C2974F (or 0xC2974F) is known color: Tussock. HEX triplet: C2, 97 and 4F. RGB value is (194,151,79). Sum of RGB (Red+Green+Blue) = 194+151+79=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C2974F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2974F is #3D68B0. Grayscale: #9B9B9B. Windows color (decimal): -4024497 or 5216194. OLE color: 5216194.
HSL color Cylindrical-coordinate representation of color #C2974F: hue angle of 37.57º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2974F is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 79 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.24 |
| HSL | 37.57º | 0.49% | 0.54% | - |
| HSV(B) | 37.57º | 0.59% | 0.76% | - |
| XYZ | 34.73 | 34.17 | 12.16 | - |
| YUV | 155.65 | 84.75 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 79 | 0 | 0.22 | 0.59 | 0.24 | 37.57 | 0.49 | 0.54 |
| Hex | C2 | 97 | 4F | 0 | 16 | 3B | 18 | 26 | 31 | 36 |
| Octal | 302 | 227 | 117 | 0 | 26 | 73 | 30 | 46 | 61 | 66 |
| Binary | 11000010 | 10010111 | 1001111 | 0 | 10110 | 111011 | 11000 | 100110 | 110001 | 110110 |
Color Harmonies of #C2974F
Complementary color
Monochromatic Colors of #C2974F
Black with #C2974F
Text Example
Text Example
White with #C2974F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2974F; }
p { color: rgb(194,151,79); }
H1.HeaderClassName
{
color: #C2974F;
}
.AnyTagClassName
{
color: #C2974F;
}
</style>
background-color css
<style>
a { background-color: #C2974F; }
a { background-color: rgb(194,151,79); }
div.DivClassName
{
background-color: #C2974F;
}
.BgClassName
{
background-color: #C2974F;
}
</style>
border-color css
<style>
span { border-color: #C2974F; }
span { border-color: rgb(194,151,79); }
td.TdClassName
{
border-color: #C2974F;
}
.TagClassName
{
border-color: #C2974F;
}
</style>