Shades of Whiskey #CE9563
Tints of Whiskey #CE9563
RGB
CMYK
RGB Variations
Color information
#CE9563 (or 0xCE9563) is known color: Whiskey. HEX triplet: CE, 95 and 63. RGB value is (206,149,99). Sum of RGB (Red+Green+Blue) = 206+149+99=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9563 is #316A9C. Grayscale: #A0A0A0. Windows color (decimal): -3238557 or 6526414. OLE color: 6526414.
HSL color Cylindrical-coordinate representation of color #CE9563: hue angle of 28.04º 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 #CE9563 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 99 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.19 |
| HSL | 28.04º | 0.52% | 0.6% | - |
| HSV(B) | 28.04º | 0.52% | 0.81% | - |
| XYZ | 38.45 | 35.52 | 16.63 | - |
| YUV | 160.34 | 93.38 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 99 | 0 | 0.28 | 0.52 | 0.19 | 28.04 | 0.52 | 0.6 |
| Hex | CE | 95 | 63 | 0 | 1C | 34 | 13 | 1C | 34 | 3C |
| Octal | 316 | 225 | 143 | 0 | 34 | 64 | 23 | 34 | 64 | 74 |
| Binary | 11001110 | 10010101 | 1100011 | 0 | 11100 | 110100 | 10011 | 11100 | 110100 | 111100 |
Color Harmonies of #CE9563
Complementary color
Monochromatic Colors of #CE9563
Black with #CE9563
Text Example
Text Example
White with #CE9563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9563; }
p { color: rgb(206,149,99); }
H1.HeaderClassName
{
color: #CE9563;
}
.AnyTagClassName
{
color: #CE9563;
}
</style>
background-color css
<style>
a { background-color: #CE9563; }
a { background-color: rgb(206,149,99); }
div.DivClassName
{
background-color: #CE9563;
}
.BgClassName
{
background-color: #CE9563;
}
</style>
border-color css
<style>
span { border-color: #CE9563; }
span { border-color: rgb(206,149,99); }
td.TdClassName
{
border-color: #CE9563;
}
.TagClassName
{
border-color: #CE9563;
}
</style>