Shades of Whiskey #CE8C5D
Tints of Whiskey #CE8C5D
RGB
CMYK
RGB Variations
Color information
#CE8C5D (or 0xCE8C5D) is known color: Whiskey. HEX triplet: CE, 8C and 5D. RGB value is (206,140,93). Sum of RGB (Red+Green+Blue) = 206+140+93=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8C5D is #3173A2. Grayscale: #9A9A9A. Windows color (decimal): -3240867 or 6130894. OLE color: 6130894.
HSL color Cylindrical-coordinate representation of color #CE8C5D: hue angle of 24.96º 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 #CE8C5D is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 93 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.19 |
| HSL | 24.96º | 0.54% | 0.59% | - |
| HSV(B) | 24.96º | 0.55% | 0.81% | - |
| XYZ | 36.81 | 32.67 | 14.72 | - |
| YUV | 154.38 | 93.37 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 93 | 0 | 0.32 | 0.55 | 0.19 | 24.96 | 0.54 | 0.59 |
| Hex | CE | 8C | 5D | 0 | 20 | 37 | 13 | 19 | 36 | 3B |
| Octal | 316 | 214 | 135 | 0 | 40 | 67 | 23 | 31 | 66 | 73 |
| Binary | 11001110 | 10001100 | 1011101 | 0 | 100000 | 110111 | 10011 | 11001 | 110110 | 111011 |
Color Harmonies of #CE8C5D
Complementary color
Monochromatic Colors of #CE8C5D
Black with #CE8C5D
Text Example
Text Example
White with #CE8C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C5D; }
p { color: rgb(206,140,93); }
H1.HeaderClassName
{
color: #CE8C5D;
}
.AnyTagClassName
{
color: #CE8C5D;
}
</style>
background-color css
<style>
a { background-color: #CE8C5D; }
a { background-color: rgb(206,140,93); }
div.DivClassName
{
background-color: #CE8C5D;
}
.BgClassName
{
background-color: #CE8C5D;
}
</style>
border-color css
<style>
span { border-color: #CE8C5D; }
span { border-color: rgb(206,140,93); }
td.TdClassName
{
border-color: #CE8C5D;
}
.TagClassName
{
border-color: #CE8C5D;
}
</style>