Shades of Whiskey #CE8B5D
Tints of Whiskey #CE8B5D
RGB
CMYK
RGB Variations
Color information
#CE8B5D (or 0xCE8B5D) is known color: Whiskey. HEX triplet: CE, 8B and 5D. RGB value is (206,139,93). Sum of RGB (Red+Green+Blue) = 206+139+93=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8B5D is #3174A2. Grayscale: #9A9A9A. Windows color (decimal): -3241123 or 6130638. OLE color: 6130638.
HSL color Cylindrical-coordinate representation of color #CE8B5D: hue angle of 24.42º 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 #CE8B5D is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 139 | 93 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.19 |
| HSL | 24.42º | 0.54% | 0.59% | - |
| HSV(B) | 24.42º | 0.55% | 0.81% | - |
| XYZ | 36.66 | 32.38 | 14.67 | - |
| YUV | 153.79 | 93.7 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 93 | 0 | 0.33 | 0.55 | 0.19 | 24.42 | 0.54 | 0.59 |
| Hex | CE | 8B | 5D | 0 | 21 | 37 | 13 | 18 | 36 | 3B |
| Octal | 316 | 213 | 135 | 0 | 41 | 67 | 23 | 30 | 66 | 73 |
| Binary | 11001110 | 10001011 | 1011101 | 0 | 100001 | 110111 | 10011 | 11000 | 110110 | 111011 |
Color Harmonies of #CE8B5D
Complementary color
Monochromatic Colors of #CE8B5D
Black with #CE8B5D
Text Example
Text Example
White with #CE8B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8B5D; }
p { color: rgb(206,139,93); }
H1.HeaderClassName
{
color: #CE8B5D;
}
.AnyTagClassName
{
color: #CE8B5D;
}
</style>
background-color css
<style>
a { background-color: #CE8B5D; }
a { background-color: rgb(206,139,93); }
div.DivClassName
{
background-color: #CE8B5D;
}
.BgClassName
{
background-color: #CE8B5D;
}
</style>
border-color css
<style>
span { border-color: #CE8B5D; }
span { border-color: rgb(206,139,93); }
td.TdClassName
{
border-color: #CE8B5D;
}
.TagClassName
{
border-color: #CE8B5D;
}
</style>