Shades of Whiskey Sour #CE8B58
Tints of Whiskey Sour #CE8B58
RGB
CMYK
RGB Variations
Color information
#CE8B58 (or 0xCE8B58) is known color: Whiskey Sour. HEX triplet: CE, 8B and 58. RGB value is (206,139,88). Sum of RGB (Red+Green+Blue) = 206+139+88=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8B58 is #3174A7. Grayscale: #999999. Windows color (decimal): -3241128 or 5802958. OLE color: 5802958.
HSL color Cylindrical-coordinate representation of color #CE8B58: hue angle of 25.93º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE8B58 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 139 | 88 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.19 |
| HSL | 25.93º | 0.55% | 0.58% | - |
| HSV(B) | 25.93º | 0.57% | 0.81% | - |
| XYZ | 36.45 | 32.29 | 13.54 | - |
| YUV | 153.22 | 91.2 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 88 | 0 | 0.33 | 0.57 | 0.19 | 25.93 | 0.55 | 0.58 |
| Hex | CE | 8B | 58 | 0 | 21 | 39 | 13 | 1A | 37 | 3A |
| Octal | 316 | 213 | 130 | 0 | 41 | 71 | 23 | 32 | 67 | 72 |
| Binary | 11001110 | 10001011 | 1011000 | 0 | 100001 | 111001 | 10011 | 11010 | 110111 | 111010 |
Color Harmonies of #CE8B58
Complementary color
Monochromatic Colors of #CE8B58
Black with #CE8B58
Text Example
Text Example
White with #CE8B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8B58; }
p { color: rgb(206,139,88); }
H1.HeaderClassName
{
color: #CE8B58;
}
.AnyTagClassName
{
color: #CE8B58;
}
</style>
background-color css
<style>
a { background-color: #CE8B58; }
a { background-color: rgb(206,139,88); }
div.DivClassName
{
background-color: #CE8B58;
}
.BgClassName
{
background-color: #CE8B58;
}
</style>
border-color css
<style>
span { border-color: #CE8B58; }
span { border-color: rgb(206,139,88); }
td.TdClassName
{
border-color: #CE8B58;
}
.TagClassName
{
border-color: #CE8B58;
}
</style>