Shades of Whiskey Sour #CE9555
Tints of Whiskey Sour #CE9555
RGB
CMYK
RGB Variations
Color information
#CE9555 (or 0xCE9555) is known color: Whiskey Sour. HEX triplet: CE, 95 and 55. RGB value is (206,149,85). Sum of RGB (Red+Green+Blue) = 206+149+85=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9555 is #316AAA. Grayscale: #9F9F9F. Windows color (decimal): -3238571 or 5608910. OLE color: 5608910.
HSL color Cylindrical-coordinate representation of color #CE9555: hue angle of 31.74º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE9555 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 85 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.19 |
| HSL | 31.74º | 0.55% | 0.57% | - |
| HSV(B) | 31.74º | 0.59% | 0.81% | - |
| XYZ | 37.84 | 35.27 | 13.41 | - |
| YUV | 158.75 | 86.38 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 85 | 0 | 0.28 | 0.59 | 0.19 | 31.74 | 0.55 | 0.57 |
| Hex | CE | 95 | 55 | 0 | 1C | 3B | 13 | 20 | 37 | 39 |
| Octal | 316 | 225 | 125 | 0 | 34 | 73 | 23 | 40 | 67 | 71 |
| Binary | 11001110 | 10010101 | 1010101 | 0 | 11100 | 111011 | 10011 | 100000 | 110111 | 111001 |
Color Harmonies of #CE9555
Complementary color
Monochromatic Colors of #CE9555
Black with #CE9555
Text Example
Text Example
White with #CE9555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9555; }
p { color: rgb(206,149,85); }
H1.HeaderClassName
{
color: #CE9555;
}
.AnyTagClassName
{
color: #CE9555;
}
</style>
background-color css
<style>
a { background-color: #CE9555; }
a { background-color: rgb(206,149,85); }
div.DivClassName
{
background-color: #CE9555;
}
.BgClassName
{
background-color: #CE9555;
}
</style>
border-color css
<style>
span { border-color: #CE9555; }
span { border-color: rgb(206,149,85); }
td.TdClassName
{
border-color: #CE9555;
}
.TagClassName
{
border-color: #CE9555;
}
</style>