Shades of Whiskey Sour #CE995D
Tints of Whiskey Sour #CE995D
RGB
CMYK
RGB Variations
Color information
#CE995D (or 0xCE995D) is known color: Whiskey Sour. HEX triplet: CE, 99 and 5D. RGB value is (206,153,93). Sum of RGB (Red+Green+Blue) = 206+153+93=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE995D is #3166A2. Grayscale: #A2A2A2. Windows color (decimal): -3237539 or 6134222. OLE color: 6134222.
HSL color Cylindrical-coordinate representation of color #CE995D: hue angle of 31.86º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE995D is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 93 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.19 |
| HSL | 31.86º | 0.54% | 0.59% | - |
| HSV(B) | 31.86º | 0.55% | 0.81% | - |
| XYZ | 38.82 | 36.69 | 15.39 | - |
| YUV | 162.01 | 89.06 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 93 | 0 | 0.26 | 0.55 | 0.19 | 31.86 | 0.54 | 0.59 |
| Hex | CE | 99 | 5D | 0 | 1A | 37 | 13 | 20 | 36 | 3B |
| Octal | 316 | 231 | 135 | 0 | 32 | 67 | 23 | 40 | 66 | 73 |
| Binary | 11001110 | 10011001 | 1011101 | 0 | 11010 | 110111 | 10011 | 100000 | 110110 | 111011 |
Color Harmonies of #CE995D
Complementary color
Monochromatic Colors of #CE995D
Black with #CE995D
Text Example
Text Example
White with #CE995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE995D; }
p { color: rgb(206,153,93); }
H1.HeaderClassName
{
color: #CE995D;
}
.AnyTagClassName
{
color: #CE995D;
}
</style>
background-color css
<style>
a { background-color: #CE995D; }
a { background-color: rgb(206,153,93); }
div.DivClassName
{
background-color: #CE995D;
}
.BgClassName
{
background-color: #CE995D;
}
</style>
border-color css
<style>
span { border-color: #CE995D; }
span { border-color: rgb(206,153,93); }
td.TdClassName
{
border-color: #CE995D;
}
.TagClassName
{
border-color: #CE995D;
}
</style>