Shades of Whiskey Sour #CE9659
Tints of Whiskey Sour #CE9659
RGB
CMYK
RGB Variations
Color information
#CE9659 (or 0xCE9659) is known color: Whiskey Sour. HEX triplet: CE, 96 and 59. RGB value is (206,150,89). Sum of RGB (Red+Green+Blue) = 206+150+89=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9659 is #3169A6. Grayscale: #A0A0A0. Windows color (decimal): -3238311 or 5871310. OLE color: 5871310.
HSL color Cylindrical-coordinate representation of color #CE9659: hue angle of 31.28º 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 #CE9659 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 150 | 89 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.19 |
| HSL | 31.28º | 0.54% | 0.58% | - |
| HSV(B) | 31.28º | 0.57% | 0.81% | - |
| XYZ | 38.16 | 35.66 | 14.32 | - |
| YUV | 159.79 | 88.05 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 89 | 0 | 0.27 | 0.57 | 0.19 | 31.28 | 0.54 | 0.58 |
| Hex | CE | 96 | 59 | 0 | 1B | 39 | 13 | 1F | 36 | 3A |
| Octal | 316 | 226 | 131 | 0 | 33 | 71 | 23 | 37 | 66 | 72 |
| Binary | 11001110 | 10010110 | 1011001 | 0 | 11011 | 111001 | 10011 | 11111 | 110110 | 111010 |
Color Harmonies of #CE9659
Complementary color
Monochromatic Colors of #CE9659
Black with #CE9659
Text Example
Text Example
White with #CE9659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9659; }
p { color: rgb(206,150,89); }
H1.HeaderClassName
{
color: #CE9659;
}
.AnyTagClassName
{
color: #CE9659;
}
</style>
background-color css
<style>
a { background-color: #CE9659; }
a { background-color: rgb(206,150,89); }
div.DivClassName
{
background-color: #CE9659;
}
.BgClassName
{
background-color: #CE9659;
}
</style>
border-color css
<style>
span { border-color: #CE9659; }
span { border-color: rgb(206,150,89); }
td.TdClassName
{
border-color: #CE9659;
}
.TagClassName
{
border-color: #CE9659;
}
</style>