Shades of Whiskey Sour #CE9557
Tints of Whiskey Sour #CE9557
RGB
CMYK
RGB Variations
Color information
#CE9557 (or 0xCE9557) is known color: Whiskey Sour. HEX triplet: CE, 95 and 57. RGB value is (206,149,87). Sum of RGB (Red+Green+Blue) = 206+149+87=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9557 is #316AA8. Grayscale: #9F9F9F. Windows color (decimal): -3238569 or 5739982. OLE color: 5739982.
HSL color Cylindrical-coordinate representation of color #CE9557: hue angle of 31.26º 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 #CE9557 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 87 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.19 |
| HSL | 31.26º | 0.55% | 0.57% | - |
| HSV(B) | 31.26º | 0.58% | 0.81% | - |
| XYZ | 37.92 | 35.3 | 13.83 | - |
| YUV | 158.98 | 87.38 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 87 | 0 | 0.28 | 0.58 | 0.19 | 31.26 | 0.55 | 0.57 |
| Hex | CE | 95 | 57 | 0 | 1C | 3A | 13 | 1F | 37 | 39 |
| Octal | 316 | 225 | 127 | 0 | 34 | 72 | 23 | 37 | 67 | 71 |
| Binary | 11001110 | 10010101 | 1010111 | 0 | 11100 | 111010 | 10011 | 11111 | 110111 | 111001 |
Color Harmonies of #CE9557
Complementary color
Monochromatic Colors of #CE9557
Black with #CE9557
Text Example
Text Example
White with #CE9557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9557; }
p { color: rgb(206,149,87); }
H1.HeaderClassName
{
color: #CE9557;
}
.AnyTagClassName
{
color: #CE9557;
}
</style>
background-color css
<style>
a { background-color: #CE9557; }
a { background-color: rgb(206,149,87); }
div.DivClassName
{
background-color: #CE9557;
}
.BgClassName
{
background-color: #CE9557;
}
</style>
border-color css
<style>
span { border-color: #CE9557; }
span { border-color: rgb(206,149,87); }
td.TdClassName
{
border-color: #CE9557;
}
.TagClassName
{
border-color: #CE9557;
}
</style>