Shades of Whiskey #CE9566
Tints of Whiskey #CE9566
RGB
CMYK
RGB Variations
Color information
#CE9566 (or 0xCE9566) is known color: Whiskey. HEX triplet: CE, 95 and 66. RGB value is (206,149,102). Sum of RGB (Red+Green+Blue) = 206+149+102=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9566 is #316A99. Grayscale: #A0A0A0. Windows color (decimal): -3238554 or 6723022. OLE color: 6723022.
HSL color Cylindrical-coordinate representation of color #CE9566: hue angle of 27.12º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE9566 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 102 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.19 |
| HSL | 27.12º | 0.51% | 0.6% | - |
| HSV(B) | 27.12º | 0.5% | 0.81% | - |
| XYZ | 38.6 | 35.58 | 17.4 | - |
| YUV | 160.69 | 94.88 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 102 | 0 | 0.28 | 0.50 | 0.19 | 27.12 | 0.51 | 0.6 |
| Hex | CE | 95 | 66 | 0 | 1C | 32 | 13 | 1B | 33 | 3C |
| Octal | 316 | 225 | 146 | 0 | 34 | 62 | 23 | 33 | 63 | 74 |
| Binary | 11001110 | 10010101 | 1100110 | 0 | 11100 | 110010 | 10011 | 11011 | 110011 | 111100 |
Color Harmonies of #CE9566
Complementary color
Monochromatic Colors of #CE9566
Black with #CE9566
Text Example
Text Example
White with #CE9566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9566; }
p { color: rgb(206,149,102); }
H1.HeaderClassName
{
color: #CE9566;
}
.AnyTagClassName
{
color: #CE9566;
}
</style>
background-color css
<style>
a { background-color: #CE9566; }
a { background-color: rgb(206,149,102); }
div.DivClassName
{
background-color: #CE9566;
}
.BgClassName
{
background-color: #CE9566;
}
</style>
border-color css
<style>
span { border-color: #CE9566; }
span { border-color: rgb(206,149,102); }
td.TdClassName
{
border-color: #CE9566;
}
.TagClassName
{
border-color: #CE9566;
}
</style>