Shades of Whiskey Sour #CE985D
Tints of Whiskey Sour #CE985D
RGB
CMYK
RGB Variations
Color information
#CE985D (or 0xCE985D) is known color: Whiskey Sour. HEX triplet: CE, 98 and 5D. RGB value is (206,152,93). Sum of RGB (Red+Green+Blue) = 206+152+93=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE985D is #3167A2. Grayscale: #A1A1A1. Windows color (decimal): -3237795 or 6133966. OLE color: 6133966.
HSL color Cylindrical-coordinate representation of color #CE985D: hue angle of 31.33º 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 #CE985D is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 93 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.19 |
| HSL | 31.33º | 0.54% | 0.59% | - |
| HSV(B) | 31.33º | 0.55% | 0.81% | - |
| XYZ | 38.66 | 36.37 | 15.34 | - |
| YUV | 161.42 | 89.39 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 93 | 0 | 0.26 | 0.55 | 0.19 | 31.33 | 0.54 | 0.59 |
| Hex | CE | 98 | 5D | 0 | 1A | 37 | 13 | 1F | 36 | 3B |
| Octal | 316 | 230 | 135 | 0 | 32 | 67 | 23 | 37 | 66 | 73 |
| Binary | 11001110 | 10011000 | 1011101 | 0 | 11010 | 110111 | 10011 | 11111 | 110110 | 111011 |
Color Harmonies of #CE985D
Complementary color
Monochromatic Colors of #CE985D
Black with #CE985D
Text Example
Text Example
White with #CE985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE985D; }
p { color: rgb(206,152,93); }
H1.HeaderClassName
{
color: #CE985D;
}
.AnyTagClassName
{
color: #CE985D;
}
</style>
background-color css
<style>
a { background-color: #CE985D; }
a { background-color: rgb(206,152,93); }
div.DivClassName
{
background-color: #CE985D;
}
.BgClassName
{
background-color: #CE985D;
}
</style>
border-color css
<style>
span { border-color: #CE985D; }
span { border-color: rgb(206,152,93); }
td.TdClassName
{
border-color: #CE985D;
}
.TagClassName
{
border-color: #CE985D;
}
</style>