Shades of Whiskey #CE8B5C
Tints of Whiskey #CE8B5C
RGB
CMYK
RGB Variations
Color information
#CE8B5C (or 0xCE8B5C) is known color: Whiskey. HEX triplet: CE, 8B and 5C. RGB value is (206,139,92). Sum of RGB (Red+Green+Blue) = 206+139+92=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8B5C is #3174A3. Grayscale: #999999. Windows color (decimal): -3241124 or 6065102. OLE color: 6065102.
HSL color Cylindrical-coordinate representation of color #CE8B5C: hue angle of 24.74º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE8B5C is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 139 | 92 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.19 |
| HSL | 24.74º | 0.54% | 0.58% | - |
| HSV(B) | 24.74º | 0.55% | 0.81% | - |
| XYZ | 36.62 | 32.36 | 14.44 | - |
| YUV | 153.68 | 93.2 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 92 | 0 | 0.33 | 0.55 | 0.19 | 24.74 | 0.54 | 0.58 |
| Hex | CE | 8B | 5C | 0 | 21 | 37 | 13 | 19 | 36 | 3A |
| Octal | 316 | 213 | 134 | 0 | 41 | 67 | 23 | 31 | 66 | 72 |
| Binary | 11001110 | 10001011 | 1011100 | 0 | 100001 | 110111 | 10011 | 11001 | 110110 | 111010 |
Color Harmonies of #CE8B5C
Complementary color
Monochromatic Colors of #CE8B5C
Black with #CE8B5C
Text Example
Text Example
White with #CE8B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8B5C; }
p { color: rgb(206,139,92); }
H1.HeaderClassName
{
color: #CE8B5C;
}
.AnyTagClassName
{
color: #CE8B5C;
}
</style>
background-color css
<style>
a { background-color: #CE8B5C; }
a { background-color: rgb(206,139,92); }
div.DivClassName
{
background-color: #CE8B5C;
}
.BgClassName
{
background-color: #CE8B5C;
}
</style>
border-color css
<style>
span { border-color: #CE8B5C; }
span { border-color: rgb(206,139,92); }
td.TdClassName
{
border-color: #CE8B5C;
}
.TagClassName
{
border-color: #CE8B5C;
}
</style>