Shades of Tussock #C5984C
Tints of Tussock #C5984C
RGB
CMYK
RGB Variations
Color information
#C5984C (or 0xC5984C) is known color: Tussock. HEX triplet: C5, 98 and 4C. RGB value is (197,152,76). Sum of RGB (Red+Green+Blue) = 197+152+76=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5984C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5984C is #3A67B3. Grayscale: #9D9D9D. Windows color (decimal): -3827636 or 5019845. OLE color: 5019845.
HSL color Cylindrical-coordinate representation of color #C5984C: hue angle of 37.69º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5984C is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 76 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.23 |
| HSL | 37.69º | 0.51% | 0.54% | - |
| HSV(B) | 37.69º | 0.61% | 0.77% | - |
| XYZ | 35.56 | 34.85 | 11.69 | - |
| YUV | 156.79 | 82.41 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 76 | 0 | 0.23 | 0.61 | 0.23 | 37.69 | 0.51 | 0.54 |
| Hex | C5 | 98 | 4C | 0 | 17 | 3D | 17 | 26 | 33 | 36 |
| Octal | 305 | 230 | 114 | 0 | 27 | 75 | 27 | 46 | 63 | 66 |
| Binary | 11000101 | 10011000 | 1001100 | 0 | 10111 | 111101 | 10111 | 100110 | 110011 | 110110 |
Color Harmonies of #C5984C
Complementary color
Monochromatic Colors of #C5984C
Black with #C5984C
Text Example
Text Example
White with #C5984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5984C; }
p { color: rgb(197,152,76); }
H1.HeaderClassName
{
color: #C5984C;
}
.AnyTagClassName
{
color: #C5984C;
}
</style>
background-color css
<style>
a { background-color: #C5984C; }
a { background-color: rgb(197,152,76); }
div.DivClassName
{
background-color: #C5984C;
}
.BgClassName
{
background-color: #C5984C;
}
</style>
border-color css
<style>
span { border-color: #C5984C; }
span { border-color: rgb(197,152,76); }
td.TdClassName
{
border-color: #C5984C;
}
.TagClassName
{
border-color: #C5984C;
}
</style>