Shades of Whiskey Sour #CE965B
Tints of Whiskey Sour #CE965B
RGB
CMYK
RGB Variations
Color information
#CE965B (or 0xCE965B) is known color: Whiskey Sour. HEX triplet: CE, 96 and 5B. RGB value is (206,150,91). Sum of RGB (Red+Green+Blue) = 206+150+91=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE965B is #3169A4. Grayscale: #A0A0A0. Windows color (decimal): -3238309 or 6002382. OLE color: 6002382.
HSL color Cylindrical-coordinate representation of color #CE965B: hue angle of 30.78º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE965B is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 150 | 91 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.19 |
| HSL | 30.78º | 0.54% | 0.58% | - |
| HSV(B) | 30.78º | 0.56% | 0.81% | - |
| XYZ | 38.25 | 35.69 | 14.77 | - |
| YUV | 160.02 | 89.05 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 91 | 0 | 0.27 | 0.56 | 0.19 | 30.78 | 0.54 | 0.58 |
| Hex | CE | 96 | 5B | 0 | 1B | 38 | 13 | 1F | 36 | 3A |
| Octal | 316 | 226 | 133 | 0 | 33 | 70 | 23 | 37 | 66 | 72 |
| Binary | 11001110 | 10010110 | 1011011 | 0 | 11011 | 111000 | 10011 | 11111 | 110110 | 111010 |
Color Harmonies of #CE965B
Complementary color
Monochromatic Colors of #CE965B
Black with #CE965B
Text Example
Text Example
White with #CE965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE965B; }
p { color: rgb(206,150,91); }
H1.HeaderClassName
{
color: #CE965B;
}
.AnyTagClassName
{
color: #CE965B;
}
</style>
background-color css
<style>
a { background-color: #CE965B; }
a { background-color: rgb(206,150,91); }
div.DivClassName
{
background-color: #CE965B;
}
.BgClassName
{
background-color: #CE965B;
}
</style>
border-color css
<style>
span { border-color: #CE965B; }
span { border-color: rgb(206,150,91); }
td.TdClassName
{
border-color: #CE965B;
}
.TagClassName
{
border-color: #CE965B;
}
</style>