Shades of Whiskey #CE8D5D
Tints of Whiskey #CE8D5D
RGB
CMYK
RGB Variations
Color information
#CE8D5D (or 0xCE8D5D) is known color: Whiskey. HEX triplet: CE, 8D and 5D. RGB value is (206,141,93). Sum of RGB (Red+Green+Blue) = 206+141+93=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D5D is #3172A2. Grayscale: #9B9B9B. Windows color (decimal): -3240611 or 6131150. OLE color: 6131150.
HSL color Cylindrical-coordinate representation of color #CE8D5D: hue angle of 25.49º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE8D5D is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 93 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.19 |
| HSL | 25.49º | 0.54% | 0.59% | - |
| HSV(B) | 25.49º | 0.55% | 0.81% | - |
| XYZ | 36.95 | 32.96 | 14.77 | - |
| YUV | 154.96 | 93.03 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 93 | 0 | 0.32 | 0.55 | 0.19 | 25.49 | 0.54 | 0.59 |
| Hex | CE | 8D | 5D | 0 | 20 | 37 | 13 | 19 | 36 | 3B |
| Octal | 316 | 215 | 135 | 0 | 40 | 67 | 23 | 31 | 66 | 73 |
| Binary | 11001110 | 10001101 | 1011101 | 0 | 100000 | 110111 | 10011 | 11001 | 110110 | 111011 |
Color Harmonies of #CE8D5D
Complementary color
Monochromatic Colors of #CE8D5D
Black with #CE8D5D
Text Example
Text Example
White with #CE8D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8D5D; }
p { color: rgb(206,141,93); }
H1.HeaderClassName
{
color: #CE8D5D;
}
.AnyTagClassName
{
color: #CE8D5D;
}
</style>
background-color css
<style>
a { background-color: #CE8D5D; }
a { background-color: rgb(206,141,93); }
div.DivClassName
{
background-color: #CE8D5D;
}
.BgClassName
{
background-color: #CE8D5D;
}
</style>
border-color css
<style>
span { border-color: #CE8D5D; }
span { border-color: rgb(206,141,93); }
td.TdClassName
{
border-color: #CE8D5D;
}
.TagClassName
{
border-color: #CE8D5D;
}
</style>