Shades of Whiskey #CE8C5E
Tints of Whiskey #CE8C5E
RGB
CMYK
RGB Variations
Color information
#CE8C5E (or 0xCE8C5E) is known color: Whiskey. HEX triplet: CE, 8C and 5E. RGB value is (206,140,94). Sum of RGB (Red+Green+Blue) = 206+140+94=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8C5E is #3173A1. Grayscale: #9A9A9A. Windows color (decimal): -3240866 or 6196430. OLE color: 6196430.
HSL color Cylindrical-coordinate representation of color #CE8C5E: hue angle of 24.64º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE8C5E is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 94 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.19 |
| HSL | 24.64º | 0.53% | 0.59% | - |
| HSV(B) | 24.64º | 0.54% | 0.81% | - |
| XYZ | 36.85 | 32.69 | 14.96 | - |
| YUV | 154.49 | 93.87 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 94 | 0 | 0.32 | 0.54 | 0.19 | 24.64 | 0.53 | 0.59 |
| Hex | CE | 8C | 5E | 0 | 20 | 36 | 13 | 19 | 35 | 3B |
| Octal | 316 | 214 | 136 | 0 | 40 | 66 | 23 | 31 | 65 | 73 |
| Binary | 11001110 | 10001100 | 1011110 | 0 | 100000 | 110110 | 10011 | 11001 | 110101 | 111011 |
Color Harmonies of #CE8C5E
Complementary color
Monochromatic Colors of #CE8C5E
Black with #CE8C5E
Text Example
Text Example
White with #CE8C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C5E; }
p { color: rgb(206,140,94); }
H1.HeaderClassName
{
color: #CE8C5E;
}
.AnyTagClassName
{
color: #CE8C5E;
}
</style>
background-color css
<style>
a { background-color: #CE8C5E; }
a { background-color: rgb(206,140,94); }
div.DivClassName
{
background-color: #CE8C5E;
}
.BgClassName
{
background-color: #CE8C5E;
}
</style>
border-color css
<style>
span { border-color: #CE8C5E; }
span { border-color: rgb(206,140,94); }
td.TdClassName
{
border-color: #CE8C5E;
}
.TagClassName
{
border-color: #CE8C5E;
}
</style>