Shades of Tussock #C4974C
Tints of Tussock #C4974C
RGB
CMYK
RGB Variations
Color information
#C4974C (or 0xC4974C) is known color: Tussock. HEX triplet: C4, 97 and 4C. RGB value is (196,151,76). Sum of RGB (Red+Green+Blue) = 196+151+76=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4974C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4974C is #3B68B3. Grayscale: #9C9C9C. Windows color (decimal): -3893428 or 5019588. OLE color: 5019588.
HSL color Cylindrical-coordinate representation of color #C4974C: hue angle of 37.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4974C is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 76 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.23 |
| HSL | 37.5º | 0.5% | 0.53% | - |
| HSV(B) | 37.5º | 0.61% | 0.77% | - |
| XYZ | 35.14 | 34.39 | 11.62 | - |
| YUV | 155.91 | 82.91 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 76 | 0 | 0.23 | 0.61 | 0.23 | 37.5 | 0.5 | 0.53 |
| Hex | C4 | 97 | 4C | 0 | 17 | 3D | 17 | 26 | 32 | 35 |
| Octal | 304 | 227 | 114 | 0 | 27 | 75 | 27 | 46 | 62 | 65 |
| Binary | 11000100 | 10010111 | 1001100 | 0 | 10111 | 111101 | 10111 | 100110 | 110010 | 110101 |
Color Harmonies of #C4974C
Complementary color
Monochromatic Colors of #C4974C
Black with #C4974C
Text Example
Text Example
White with #C4974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4974C; }
p { color: rgb(196,151,76); }
H1.HeaderClassName
{
color: #C4974C;
}
.AnyTagClassName
{
color: #C4974C;
}
</style>
background-color css
<style>
a { background-color: #C4974C; }
a { background-color: rgb(196,151,76); }
div.DivClassName
{
background-color: #C4974C;
}
.BgClassName
{
background-color: #C4974C;
}
</style>
border-color css
<style>
span { border-color: #C4974C; }
span { border-color: rgb(196,151,76); }
td.TdClassName
{
border-color: #C4974C;
}
.TagClassName
{
border-color: #C4974C;
}
</style>