Shades of Whiskey #CE8D5E
Tints of Whiskey #CE8D5E
RGB
CMYK
RGB Variations
Color information
#CE8D5E (or 0xCE8D5E) is known color: Whiskey. HEX triplet: CE, 8D and 5E. RGB value is (206,141,94). Sum of RGB (Red+Green+Blue) = 206+141+94=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D5E is #3172A1. Grayscale: #9B9B9B. Windows color (decimal): -3240610 or 6196686. OLE color: 6196686.
HSL color Cylindrical-coordinate representation of color #CE8D5E: hue angle of 25.18º 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 #CE8D5E is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 94 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.19 |
| HSL | 25.18º | 0.53% | 0.59% | - |
| HSV(B) | 25.18º | 0.54% | 0.81% | - |
| XYZ | 37 | 32.98 | 15.01 | - |
| YUV | 155.08 | 93.53 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 94 | 0 | 0.32 | 0.54 | 0.19 | 25.18 | 0.53 | 0.59 |
| Hex | CE | 8D | 5E | 0 | 20 | 36 | 13 | 19 | 35 | 3B |
| Octal | 316 | 215 | 136 | 0 | 40 | 66 | 23 | 31 | 65 | 73 |
| Binary | 11001110 | 10001101 | 1011110 | 0 | 100000 | 110110 | 10011 | 11001 | 110101 | 111011 |
Color Harmonies of #CE8D5E
Complementary color
Monochromatic Colors of #CE8D5E
Black with #CE8D5E
Text Example
Text Example
White with #CE8D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8D5E; }
p { color: rgb(206,141,94); }
H1.HeaderClassName
{
color: #CE8D5E;
}
.AnyTagClassName
{
color: #CE8D5E;
}
</style>
background-color css
<style>
a { background-color: #CE8D5E; }
a { background-color: rgb(206,141,94); }
div.DivClassName
{
background-color: #CE8D5E;
}
.BgClassName
{
background-color: #CE8D5E;
}
</style>
border-color css
<style>
span { border-color: #CE8D5E; }
span { border-color: rgb(206,141,94); }
td.TdClassName
{
border-color: #CE8D5E;
}
.TagClassName
{
border-color: #CE8D5E;
}
</style>