Shades of Whiskey Sour #CE8956
Tints of Whiskey Sour #CE8956
RGB
CMYK
RGB Variations
Color information
#CE8956 (or 0xCE8956) is known color: Whiskey Sour. HEX triplet: CE, 89 and 56. RGB value is (206,137,86). Sum of RGB (Red+Green+Blue) = 206+137+86=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8956 is #3176A9. Grayscale: #989898. Windows color (decimal): -3241642 or 5671374. OLE color: 5671374.
HSL color Cylindrical-coordinate representation of color #CE8956: hue angle of 25.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE8956 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 137 | 86 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.19 |
| HSL | 25.5º | 0.55% | 0.57% | - |
| HSV(B) | 25.5º | 0.58% | 0.81% | - |
| XYZ | 36.08 | 31.69 | 13.02 | - |
| YUV | 151.82 | 90.86 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 86 | 0 | 0.33 | 0.58 | 0.19 | 25.5 | 0.55 | 0.57 |
| Hex | CE | 89 | 56 | 0 | 21 | 3A | 13 | 1A | 37 | 39 |
| Octal | 316 | 211 | 126 | 0 | 41 | 72 | 23 | 32 | 67 | 71 |
| Binary | 11001110 | 10001001 | 1010110 | 0 | 100001 | 111010 | 10011 | 11010 | 110111 | 111001 |
Color Harmonies of #CE8956
Complementary color
Monochromatic Colors of #CE8956
Black with #CE8956
Text Example
Text Example
White with #CE8956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8956; }
p { color: rgb(206,137,86); }
H1.HeaderClassName
{
color: #CE8956;
}
.AnyTagClassName
{
color: #CE8956;
}
</style>
background-color css
<style>
a { background-color: #CE8956; }
a { background-color: rgb(206,137,86); }
div.DivClassName
{
background-color: #CE8956;
}
.BgClassName
{
background-color: #CE8956;
}
</style>
border-color css
<style>
span { border-color: #CE8956; }
span { border-color: rgb(206,137,86); }
td.TdClassName
{
border-color: #CE8956;
}
.TagClassName
{
border-color: #CE8956;
}
</style>