Shades of Tussock #C7984D
Tints of Tussock #C7984D
RGB
CMYK
RGB Variations
Color information
#C7984D (or 0xC7984D) is known color: Tussock. HEX triplet: C7, 98 and 4D. RGB value is (199,152,77). Sum of RGB (Red+Green+Blue) = 199+152+77=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C7984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7984D is #3867B2. Grayscale: #9D9D9D. Windows color (decimal): -3696563 or 5085383. OLE color: 5085383.
HSL color Cylindrical-coordinate representation of color #C7984D: hue angle of 36.89º 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 #C7984D is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 77 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.22 |
| HSL | 36.89º | 0.52% | 0.54% | - |
| HSV(B) | 36.89º | 0.61% | 0.78% | - |
| XYZ | 36.12 | 35.13 | 11.9 | - |
| YUV | 157.5 | 82.57 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 77 | 0 | 0.24 | 0.61 | 0.22 | 36.89 | 0.52 | 0.54 |
| Hex | C7 | 98 | 4D | 0 | 18 | 3D | 16 | 25 | 34 | 36 |
| Octal | 307 | 230 | 115 | 0 | 30 | 75 | 26 | 45 | 64 | 66 |
| Binary | 11000111 | 10011000 | 1001101 | 0 | 11000 | 111101 | 10110 | 100101 | 110100 | 110110 |
Color Harmonies of #C7984D
Complementary color
Monochromatic Colors of #C7984D
Black with #C7984D
Text Example
Text Example
White with #C7984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7984D; }
p { color: rgb(199,152,77); }
H1.HeaderClassName
{
color: #C7984D;
}
.AnyTagClassName
{
color: #C7984D;
}
</style>
background-color css
<style>
a { background-color: #C7984D; }
a { background-color: rgb(199,152,77); }
div.DivClassName
{
background-color: #C7984D;
}
.BgClassName
{
background-color: #C7984D;
}
</style>
border-color css
<style>
span { border-color: #C7984D; }
span { border-color: rgb(199,152,77); }
td.TdClassName
{
border-color: #C7984D;
}
.TagClassName
{
border-color: #C7984D;
}
</style>