Shades of Tussock #C4974A
Tints of Tussock #C4974A
RGB
CMYK
RGB Variations
Color information
#C4974A (or 0xC4974A) is known color: Tussock. HEX triplet: C4, 97 and 4A. RGB value is (196,151,74). Sum of RGB (Red+Green+Blue) = 196+151+74=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C4974A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4974A is #3B68B5. Grayscale: #9C9C9C. Windows color (decimal): -3893430 or 4888516. OLE color: 4888516.
HSL color Cylindrical-coordinate representation of color #C4974A: hue angle of 37.87º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4974A is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 74 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.23 |
| HSL | 37.87º | 0.51% | 0.53% | - |
| HSV(B) | 37.87º | 0.62% | 0.77% | - |
| XYZ | 35.07 | 34.36 | 11.26 | - |
| YUV | 155.68 | 81.91 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 74 | 0 | 0.23 | 0.62 | 0.23 | 37.87 | 0.51 | 0.53 |
| Hex | C4 | 97 | 4A | 0 | 17 | 3E | 17 | 26 | 33 | 35 |
| Octal | 304 | 227 | 112 | 0 | 27 | 76 | 27 | 46 | 63 | 65 |
| Binary | 11000100 | 10010111 | 1001010 | 0 | 10111 | 111110 | 10111 | 100110 | 110011 | 110101 |
Color Harmonies of #C4974A
Complementary color
Monochromatic Colors of #C4974A
Black with #C4974A
Text Example
Text Example
White with #C4974A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4974A; }
p { color: rgb(196,151,74); }
H1.HeaderClassName
{
color: #C4974A;
}
.AnyTagClassName
{
color: #C4974A;
}
</style>
background-color css
<style>
a { background-color: #C4974A; }
a { background-color: rgb(196,151,74); }
div.DivClassName
{
background-color: #C4974A;
}
.BgClassName
{
background-color: #C4974A;
}
</style>
border-color css
<style>
span { border-color: #C4974A; }
span { border-color: rgb(196,151,74); }
td.TdClassName
{
border-color: #C4974A;
}
.TagClassName
{
border-color: #C4974A;
}
</style>