Shades of Whiskey Sour #CE985F
Tints of Whiskey Sour #CE985F
RGB
CMYK
RGB Variations
Color information
#CE985F (or 0xCE985F) is known color: Whiskey Sour. HEX triplet: CE, 98 and 5F. RGB value is (206,152,95). Sum of RGB (Red+Green+Blue) = 206+152+95=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE985F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE985F is #3167A0. Grayscale: #A1A1A1. Windows color (decimal): -3237793 or 6265038. OLE color: 6265038.
HSL color Cylindrical-coordinate representation of color #CE985F: hue angle of 30.81º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE985F is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 95 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.19 |
| HSL | 30.81º | 0.53% | 0.59% | - |
| HSV(B) | 30.81º | 0.54% | 0.81% | - |
| XYZ | 38.75 | 36.4 | 15.81 | - |
| YUV | 161.65 | 90.39 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 95 | 0 | 0.26 | 0.54 | 0.19 | 30.81 | 0.53 | 0.59 |
| Hex | CE | 98 | 5F | 0 | 1A | 36 | 13 | 1F | 35 | 3B |
| Octal | 316 | 230 | 137 | 0 | 32 | 66 | 23 | 37 | 65 | 73 |
| Binary | 11001110 | 10011000 | 1011111 | 0 | 11010 | 110110 | 10011 | 11111 | 110101 | 111011 |
Color Harmonies of #CE985F
Complementary color
Monochromatic Colors of #CE985F
Black with #CE985F
Text Example
Text Example
White with #CE985F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE985F; }
p { color: rgb(206,152,95); }
H1.HeaderClassName
{
color: #CE985F;
}
.AnyTagClassName
{
color: #CE985F;
}
</style>
background-color css
<style>
a { background-color: #CE985F; }
a { background-color: rgb(206,152,95); }
div.DivClassName
{
background-color: #CE985F;
}
.BgClassName
{
background-color: #CE985F;
}
</style>
border-color css
<style>
span { border-color: #CE985F; }
span { border-color: rgb(206,152,95); }
td.TdClassName
{
border-color: #CE985F;
}
.TagClassName
{
border-color: #CE985F;
}
</style>