Shades of Whiskey #CE9664
Tints of Whiskey #CE9664
RGB
CMYK
RGB Variations
Color information
#CE9664 (or 0xCE9664) is known color: Whiskey. HEX triplet: CE, 96 and 64. RGB value is (206,150,100). Sum of RGB (Red+Green+Blue) = 206+150+100=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9664 is #31699B. Grayscale: #A1A1A1. Windows color (decimal): -3238300 or 6592206. OLE color: 6592206.
HSL color Cylindrical-coordinate representation of color #CE9664: hue angle of 28.3º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE9664 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 150 | 100 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.19 |
| HSL | 28.3º | 0.52% | 0.6% | - |
| HSV(B) | 28.3º | 0.51% | 0.81% | - |
| XYZ | 38.66 | 35.85 | 16.94 | - |
| YUV | 161.04 | 93.55 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 100 | 0 | 0.27 | 0.51 | 0.19 | 28.3 | 0.52 | 0.6 |
| Hex | CE | 96 | 64 | 0 | 1B | 33 | 13 | 1C | 34 | 3C |
| Octal | 316 | 226 | 144 | 0 | 33 | 63 | 23 | 34 | 64 | 74 |
| Binary | 11001110 | 10010110 | 1100100 | 0 | 11011 | 110011 | 10011 | 11100 | 110100 | 111100 |
Color Harmonies of #CE9664
Complementary color
Monochromatic Colors of #CE9664
Black with #CE9664
Text Example
Text Example
White with #CE9664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9664; }
p { color: rgb(206,150,100); }
H1.HeaderClassName
{
color: #CE9664;
}
.AnyTagClassName
{
color: #CE9664;
}
</style>
background-color css
<style>
a { background-color: #CE9664; }
a { background-color: rgb(206,150,100); }
div.DivClassName
{
background-color: #CE9664;
}
.BgClassName
{
background-color: #CE9664;
}
</style>
border-color css
<style>
span { border-color: #CE9664; }
span { border-color: rgb(206,150,100); }
td.TdClassName
{
border-color: #CE9664;
}
.TagClassName
{
border-color: #CE9664;
}
</style>