Shades of Tussock #C7984E
Tints of Tussock #C7984E
RGB
CMYK
RGB Variations
Color information
#C7984E (or 0xC7984E) is known color: Tussock. HEX triplet: C7, 98 and 4E. RGB value is (199,152,78). Sum of RGB (Red+Green+Blue) = 199+152+78=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C7984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7984E is #3867B1. Grayscale: #9D9D9D. Windows color (decimal): -3696562 or 5150919. OLE color: 5150919.
HSL color Cylindrical-coordinate representation of color #C7984E: hue angle of 36.69º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7984E is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 78 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.22 |
| HSL | 36.69º | 0.52% | 0.54% | - |
| HSV(B) | 36.69º | 0.61% | 0.78% | - |
| XYZ | 36.16 | 35.15 | 12.09 | - |
| YUV | 157.62 | 83.07 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 78 | 0 | 0.24 | 0.61 | 0.22 | 36.69 | 0.52 | 0.54 |
| Hex | C7 | 98 | 4E | 0 | 18 | 3D | 16 | 25 | 34 | 36 |
| Octal | 307 | 230 | 116 | 0 | 30 | 75 | 26 | 45 | 64 | 66 |
| Binary | 11000111 | 10011000 | 1001110 | 0 | 11000 | 111101 | 10110 | 100101 | 110100 | 110110 |
Color Harmonies of #C7984E
Complementary color
Monochromatic Colors of #C7984E
Black with #C7984E
Text Example
Text Example
White with #C7984E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7984E; }
p { color: rgb(199,152,78); }
H1.HeaderClassName
{
color: #C7984E;
}
.AnyTagClassName
{
color: #C7984E;
}
</style>
background-color css
<style>
a { background-color: #C7984E; }
a { background-color: rgb(199,152,78); }
div.DivClassName
{
background-color: #C7984E;
}
.BgClassName
{
background-color: #C7984E;
}
</style>
border-color css
<style>
span { border-color: #C7984E; }
span { border-color: rgb(199,152,78); }
td.TdClassName
{
border-color: #C7984E;
}
.TagClassName
{
border-color: #C7984E;
}
</style>