Shades of Whiskey Sour #CE935E
Tints of Whiskey Sour #CE935E
RGB
CMYK
RGB Variations
Color information
#CE935E (or 0xCE935E) is known color: Whiskey Sour. HEX triplet: CE, 93 and 5E. RGB value is (206,147,94). Sum of RGB (Red+Green+Blue) = 206+147+94=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE935E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE935E is #316CA1. Grayscale: #9E9E9E. Windows color (decimal): -3239074 or 6198222. OLE color: 6198222.
HSL color Cylindrical-coordinate representation of color #CE935E: hue angle of 28.39º 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 #CE935E is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 147 | 94 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.19 |
| HSL | 28.39º | 0.53% | 0.59% | - |
| HSV(B) | 28.39º | 0.54% | 0.81% | - |
| XYZ | 37.91 | 34.8 | 15.31 | - |
| YUV | 158.6 | 91.55 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 94 | 0 | 0.29 | 0.54 | 0.19 | 28.39 | 0.53 | 0.59 |
| Hex | CE | 93 | 5E | 0 | 1D | 36 | 13 | 1C | 35 | 3B |
| Octal | 316 | 223 | 136 | 0 | 35 | 66 | 23 | 34 | 65 | 73 |
| Binary | 11001110 | 10010011 | 1011110 | 0 | 11101 | 110110 | 10011 | 11100 | 110101 | 111011 |
Color Harmonies of #CE935E
Complementary color
Monochromatic Colors of #CE935E
Black with #CE935E
Text Example
Text Example
White with #CE935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE935E; }
p { color: rgb(206,147,94); }
H1.HeaderClassName
{
color: #CE935E;
}
.AnyTagClassName
{
color: #CE935E;
}
</style>
background-color css
<style>
a { background-color: #CE935E; }
a { background-color: rgb(206,147,94); }
div.DivClassName
{
background-color: #CE935E;
}
.BgClassName
{
background-color: #CE935E;
}
</style>
border-color css
<style>
span { border-color: #CE935E; }
span { border-color: rgb(206,147,94); }
td.TdClassName
{
border-color: #CE935E;
}
.TagClassName
{
border-color: #CE935E;
}
</style>