Shades of Tussock #C98E4D
Tints of Tussock #C98E4D
RGB
CMYK
RGB Variations
Color information
#C98E4D (or 0xC98E4D) is known color: Tussock. HEX triplet: C9, 8E and 4D. RGB value is (201,142,77). Sum of RGB (Red+Green+Blue) = 201+142+77=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98E4D is #3671B2. Grayscale: #989898. Windows color (decimal): -3568051 or 5082825. OLE color: 5082825.
HSL color Cylindrical-coordinate representation of color #C98E4D: hue angle of 31.45º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C98E4D is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 77 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.21 |
| HSL | 31.45º | 0.53% | 0.55% | - |
| HSV(B) | 31.45º | 0.62% | 0.79% | - |
| XYZ | 35.1 | 32.3 | 11.41 | - |
| YUV | 152.23 | 85.55 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 77 | 0 | 0.29 | 0.62 | 0.21 | 31.45 | 0.53 | 0.55 |
| Hex | C9 | 8E | 4D | 0 | 1D | 3E | 15 | 1F | 35 | 37 |
| Octal | 311 | 216 | 115 | 0 | 35 | 76 | 25 | 37 | 65 | 67 |
| Binary | 11001001 | 10001110 | 1001101 | 0 | 11101 | 111110 | 10101 | 11111 | 110101 | 110111 |
Color Harmonies of #C98E4D
Complementary color
Monochromatic Colors of #C98E4D
Black with #C98E4D
Text Example
Text Example
White with #C98E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98E4D; }
p { color: rgb(201,142,77); }
H1.HeaderClassName
{
color: #C98E4D;
}
.AnyTagClassName
{
color: #C98E4D;
}
</style>
background-color css
<style>
a { background-color: #C98E4D; }
a { background-color: rgb(201,142,77); }
div.DivClassName
{
background-color: #C98E4D;
}
.BgClassName
{
background-color: #C98E4D;
}
</style>
border-color css
<style>
span { border-color: #C98E4D; }
span { border-color: rgb(201,142,77); }
td.TdClassName
{
border-color: #C98E4D;
}
.TagClassName
{
border-color: #C98E4D;
}
</style>