Shades of Whiskey #CE9862
Tints of Whiskey #CE9862
RGB
CMYK
RGB Variations
Color information
#CE9862 (or 0xCE9862) is known color: Whiskey. HEX triplet: CE, 98 and 62. RGB value is (206,152,98). Sum of RGB (Red+Green+Blue) = 206+152+98=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9862 is #31679D. Grayscale: #A2A2A2. Windows color (decimal): -3237790 or 6461646. OLE color: 6461646.
HSL color Cylindrical-coordinate representation of color #CE9862: hue angle of 30º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE9862 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 98 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.19 |
| HSL | 30º | 0.52% | 0.6% | - |
| HSV(B) | 30º | 0.52% | 0.81% | - |
| XYZ | 38.89 | 36.46 | 16.54 | - |
| YUV | 161.99 | 91.89 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 98 | 0 | 0.26 | 0.52 | 0.19 | 30 | 0.52 | 0.6 |
| Hex | CE | 98 | 62 | 0 | 1A | 34 | 13 | 1E | 34 | 3C |
| Octal | 316 | 230 | 142 | 0 | 32 | 64 | 23 | 36 | 64 | 74 |
| Binary | 11001110 | 10011000 | 1100010 | 0 | 11010 | 110100 | 10011 | 11110 | 110100 | 111100 |
Color Harmonies of #CE9862
Complementary color
Monochromatic Colors of #CE9862
Black with #CE9862
Text Example
Text Example
White with #CE9862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9862; }
p { color: rgb(206,152,98); }
H1.HeaderClassName
{
color: #CE9862;
}
.AnyTagClassName
{
color: #CE9862;
}
</style>
background-color css
<style>
a { background-color: #CE9862; }
a { background-color: rgb(206,152,98); }
div.DivClassName
{
background-color: #CE9862;
}
.BgClassName
{
background-color: #CE9862;
}
</style>
border-color css
<style>
span { border-color: #CE9862; }
span { border-color: rgb(206,152,98); }
td.TdClassName
{
border-color: #CE9862;
}
.TagClassName
{
border-color: #CE9862;
}
</style>