Shades of Tussock #C4974E
Tints of Tussock #C4974E
RGB
CMYK
RGB Variations
Color information
#C4974E (or 0xC4974E) is known color: Tussock. HEX triplet: C4, 97 and 4E. RGB value is (196,151,78). Sum of RGB (Red+Green+Blue) = 196+151+78=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C4974E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4974E is #3B68B1. Grayscale: #9C9C9C. Windows color (decimal): -3893426 or 5150660. OLE color: 5150660.
HSL color Cylindrical-coordinate representation of color #C4974E: hue angle of 37.12º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4974E is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 78 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.23 |
| HSL | 37.12º | 0.5% | 0.54% | - |
| HSV(B) | 37.12º | 0.6% | 0.77% | - |
| XYZ | 35.21 | 34.42 | 12 | - |
| YUV | 156.13 | 83.91 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 78 | 0 | 0.23 | 0.60 | 0.23 | 37.12 | 0.5 | 0.54 |
| Hex | C4 | 97 | 4E | 0 | 17 | 3C | 17 | 25 | 32 | 36 |
| Octal | 304 | 227 | 116 | 0 | 27 | 74 | 27 | 45 | 62 | 66 |
| Binary | 11000100 | 10010111 | 1001110 | 0 | 10111 | 111100 | 10111 | 100101 | 110010 | 110110 |
Color Harmonies of #C4974E
Complementary color
Monochromatic Colors of #C4974E
Black with #C4974E
Text Example
Text Example
White with #C4974E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4974E; }
p { color: rgb(196,151,78); }
H1.HeaderClassName
{
color: #C4974E;
}
.AnyTagClassName
{
color: #C4974E;
}
</style>
background-color css
<style>
a { background-color: #C4974E; }
a { background-color: rgb(196,151,78); }
div.DivClassName
{
background-color: #C4974E;
}
.BgClassName
{
background-color: #C4974E;
}
</style>
border-color css
<style>
span { border-color: #C4974E; }
span { border-color: rgb(196,151,78); }
td.TdClassName
{
border-color: #C4974E;
}
.TagClassName
{
border-color: #C4974E;
}
</style>