Shades of Whiskey Sour #CE965E
Tints of Whiskey Sour #CE965E
RGB
CMYK
RGB Variations
Color information
#CE965E (or 0xCE965E) is known color: Whiskey Sour. HEX triplet: CE, 96 and 5E. RGB value is (206,150,94). Sum of RGB (Red+Green+Blue) = 206+150+94=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE965E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE965E is #3169A1. Grayscale: #A0A0A0. Windows color (decimal): -3238306 or 6198990. OLE color: 6198990.
HSL color Cylindrical-coordinate representation of color #CE965E: hue angle of 30º 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 #CE965E is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 150 | 94 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.19 |
| HSL | 30º | 0.53% | 0.59% | - |
| HSV(B) | 30º | 0.54% | 0.81% | - |
| XYZ | 38.38 | 35.74 | 15.47 | - |
| YUV | 160.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 94 | 0 | 0.27 | 0.54 | 0.19 | 30 | 0.53 | 0.59 |
| Hex | CE | 96 | 5E | 0 | 1B | 36 | 13 | 1E | 35 | 3B |
| Octal | 316 | 226 | 136 | 0 | 33 | 66 | 23 | 36 | 65 | 73 |
| Binary | 11001110 | 10010110 | 1011110 | 0 | 11011 | 110110 | 10011 | 11110 | 110101 | 111011 |
Color Harmonies of #CE965E
Complementary color
Monochromatic Colors of #CE965E
Black with #CE965E
Text Example
Text Example
White with #CE965E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE965E; }
p { color: rgb(206,150,94); }
H1.HeaderClassName
{
color: #CE965E;
}
.AnyTagClassName
{
color: #CE965E;
}
</style>
background-color css
<style>
a { background-color: #CE965E; }
a { background-color: rgb(206,150,94); }
div.DivClassName
{
background-color: #CE965E;
}
.BgClassName
{
background-color: #CE965E;
}
</style>
border-color css
<style>
span { border-color: #CE965E; }
span { border-color: rgb(206,150,94); }
td.TdClassName
{
border-color: #CE965E;
}
.TagClassName
{
border-color: #CE965E;
}
</style>