Shades of Tussock #CE984D
Tints of Tussock #CE984D
RGB
CMYK
RGB Variations
Color information
#CE984D (or 0xCE984D) is known color: Tussock. HEX triplet: CE, 98 and 4D. RGB value is (206,152,77). Sum of RGB (Red+Green+Blue) = 206+152+77=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE984D is #3167B2. Grayscale: #9F9F9F. Windows color (decimal): -3237811 or 5085390. OLE color: 5085390.
HSL color Cylindrical-coordinate representation of color #CE984D: hue angle of 34.88º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE984D is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 77 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.19 |
| HSL | 34.88º | 0.57% | 0.55% | - |
| HSV(B) | 34.88º | 0.63% | 0.81% | - |
| XYZ | 38.02 | 36.11 | 11.99 | - |
| YUV | 159.6 | 81.39 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 77 | 0 | 0.26 | 0.63 | 0.19 | 34.88 | 0.57 | 0.55 |
| Hex | CE | 98 | 4D | 0 | 1A | 3F | 13 | 23 | 39 | 37 |
| Octal | 316 | 230 | 115 | 0 | 32 | 77 | 23 | 43 | 71 | 67 |
| Binary | 11001110 | 10011000 | 1001101 | 0 | 11010 | 111111 | 10011 | 100011 | 111001 | 110111 |
Color Harmonies of #CE984D
Complementary color
Monochromatic Colors of #CE984D
Black with #CE984D
Text Example
Text Example
White with #CE984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE984D; }
p { color: rgb(206,152,77); }
H1.HeaderClassName
{
color: #CE984D;
}
.AnyTagClassName
{
color: #CE984D;
}
</style>
background-color css
<style>
a { background-color: #CE984D; }
a { background-color: rgb(206,152,77); }
div.DivClassName
{
background-color: #CE984D;
}
.BgClassName
{
background-color: #CE984D;
}
</style>
border-color css
<style>
span { border-color: #CE984D; }
span { border-color: rgb(206,152,77); }
td.TdClassName
{
border-color: #CE984D;
}
.TagClassName
{
border-color: #CE984D;
}
</style>