Shades of Whiskey Sour #CE8C59
Tints of Whiskey Sour #CE8C59
RGB
CMYK
RGB Variations
Color information
#CE8C59 (or 0xCE8C59) is known color: Whiskey Sour. HEX triplet: CE, 8C and 59. RGB value is (206,140,89). Sum of RGB (Red+Green+Blue) = 206+140+89=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 89 (35.16% from 255 or 20.46% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8C59 is #3173A6. Grayscale: #9A9A9A. Windows color (decimal): -3240871 or 5868750. OLE color: 5868750.
HSL color Cylindrical-coordinate representation of color #CE8C59: hue angle of 26.15º degrees, saturation: 0.54, 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 #CE8C59 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 89 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.19 |
| HSL | 26.15º | 0.54% | 0.58% | - |
| HSV(B) | 26.15º | 0.57% | 0.81% | - |
| XYZ | 36.63 | 32.6 | 13.81 | - |
| YUV | 153.92 | 91.37 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 89 | 0 | 0.32 | 0.57 | 0.19 | 26.15 | 0.54 | 0.58 |
| Hex | CE | 8C | 59 | 0 | 20 | 39 | 13 | 1A | 36 | 3A |
| Octal | 316 | 214 | 131 | 0 | 40 | 71 | 23 | 32 | 66 | 72 |
| Binary | 11001110 | 10001100 | 1011001 | 0 | 100000 | 111001 | 10011 | 11010 | 110110 | 111010 |
Color Harmonies of #CE8C59
Complementary color
Monochromatic Colors of #CE8C59
Black with #CE8C59
Text Example
Text Example
White with #CE8C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C59; }
p { color: rgb(206,140,89); }
H1.HeaderClassName
{
color: #CE8C59;
}
.AnyTagClassName
{
color: #CE8C59;
}
</style>
background-color css
<style>
a { background-color: #CE8C59; }
a { background-color: rgb(206,140,89); }
div.DivClassName
{
background-color: #CE8C59;
}
.BgClassName
{
background-color: #CE8C59;
}
</style>
border-color css
<style>
span { border-color: #CE8C59; }
span { border-color: rgb(206,140,89); }
td.TdClassName
{
border-color: #CE8C59;
}
.TagClassName
{
border-color: #CE8C59;
}
</style>