Shades of Whiskey #CE9A63
Tints of Whiskey #CE9A63
RGB
CMYK
RGB Variations
Color information
#CE9A63 (or 0xCE9A63) is known color: Whiskey. HEX triplet: CE, 9A and 63. RGB value is (206,154,99). Sum of RGB (Red+Green+Blue) = 206+154+99=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9A63 is #31659C. Grayscale: #A3A3A3. Windows color (decimal): -3237277 or 6527694. OLE color: 6527694.
HSL color Cylindrical-coordinate representation of color #CE9A63: hue angle of 30.84º 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 #CE9A63 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 99 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.19 |
| HSL | 30.84º | 0.52% | 0.6% | - |
| HSV(B) | 30.84º | 0.52% | 0.81% | - |
| XYZ | 39.26 | 37.13 | 16.9 | - |
| YUV | 163.28 | 91.73 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 99 | 0 | 0.25 | 0.52 | 0.19 | 30.84 | 0.52 | 0.6 |
| Hex | CE | 9A | 63 | 0 | 19 | 34 | 13 | 1F | 34 | 3C |
| Octal | 316 | 232 | 143 | 0 | 31 | 64 | 23 | 37 | 64 | 74 |
| Binary | 11001110 | 10011010 | 1100011 | 0 | 11001 | 110100 | 10011 | 11111 | 110100 | 111100 |
Color Harmonies of #CE9A63
Complementary color
Monochromatic Colors of #CE9A63
Black with #CE9A63
Text Example
Text Example
White with #CE9A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9A63; }
p { color: rgb(206,154,99); }
H1.HeaderClassName
{
color: #CE9A63;
}
.AnyTagClassName
{
color: #CE9A63;
}
</style>
background-color css
<style>
a { background-color: #CE9A63; }
a { background-color: rgb(206,154,99); }
div.DivClassName
{
background-color: #CE9A63;
}
.BgClassName
{
background-color: #CE9A63;
}
</style>
border-color css
<style>
span { border-color: #CE9A63; }
span { border-color: rgb(206,154,99); }
td.TdClassName
{
border-color: #CE9A63;
}
.TagClassName
{
border-color: #CE9A63;
}
</style>