Shades of Whiskey Sour #CE9959
Tints of Whiskey Sour #CE9959
RGB
CMYK
RGB Variations
Color information
#CE9959 (or 0xCE9959) is known color: Whiskey Sour. HEX triplet: CE, 99 and 59. RGB value is (206,153,89). Sum of RGB (Red+Green+Blue) = 206+153+89=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9959 is #3166A6. Grayscale: #A1A1A1. Windows color (decimal): -3237543 or 5872078. OLE color: 5872078.
HSL color Cylindrical-coordinate representation of color #CE9959: hue angle of 32.82º 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 #CE9959 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 89 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.19 |
| HSL | 32.82º | 0.54% | 0.58% | - |
| HSV(B) | 32.82º | 0.57% | 0.81% | - |
| XYZ | 38.65 | 36.63 | 14.48 | - |
| YUV | 161.55 | 87.06 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 89 | 0 | 0.26 | 0.57 | 0.19 | 32.82 | 0.54 | 0.58 |
| Hex | CE | 99 | 59 | 0 | 1A | 39 | 13 | 21 | 36 | 3A |
| Octal | 316 | 231 | 131 | 0 | 32 | 71 | 23 | 41 | 66 | 72 |
| Binary | 11001110 | 10011001 | 1011001 | 0 | 11010 | 111001 | 10011 | 100001 | 110110 | 111010 |
Color Harmonies of #CE9959
Complementary color
Monochromatic Colors of #CE9959
Black with #CE9959
Text Example
Text Example
White with #CE9959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9959; }
p { color: rgb(206,153,89); }
H1.HeaderClassName
{
color: #CE9959;
}
.AnyTagClassName
{
color: #CE9959;
}
</style>
background-color css
<style>
a { background-color: #CE9959; }
a { background-color: rgb(206,153,89); }
div.DivClassName
{
background-color: #CE9959;
}
.BgClassName
{
background-color: #CE9959;
}
</style>
border-color css
<style>
span { border-color: #CE9959; }
span { border-color: rgb(206,153,89); }
td.TdClassName
{
border-color: #CE9959;
}
.TagClassName
{
border-color: #CE9959;
}
</style>