Shades of Whiskey Sour #CE995B
Tints of Whiskey Sour #CE995B
RGB
CMYK
RGB Variations
Color information
#CE995B (or 0xCE995B) is known color: Whiskey Sour. HEX triplet: CE, 99 and 5B. RGB value is (206,153,91). Sum of RGB (Red+Green+Blue) = 206+153+91=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE995B is #3166A4. Grayscale: #A2A2A2. Windows color (decimal): -3237541 or 6003150. OLE color: 6003150.
HSL color Cylindrical-coordinate representation of color #CE995B: hue angle of 32.35º 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 #CE995B is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 91 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.19 |
| HSL | 32.35º | 0.54% | 0.58% | - |
| HSV(B) | 32.35º | 0.56% | 0.81% | - |
| XYZ | 38.73 | 36.66 | 14.93 | - |
| YUV | 161.78 | 88.06 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 91 | 0 | 0.26 | 0.56 | 0.19 | 32.35 | 0.54 | 0.58 |
| Hex | CE | 99 | 5B | 0 | 1A | 38 | 13 | 20 | 36 | 3A |
| Octal | 316 | 231 | 133 | 0 | 32 | 70 | 23 | 40 | 66 | 72 |
| Binary | 11001110 | 10011001 | 1011011 | 0 | 11010 | 111000 | 10011 | 100000 | 110110 | 111010 |
Color Harmonies of #CE995B
Complementary color
Monochromatic Colors of #CE995B
Black with #CE995B
Text Example
Text Example
White with #CE995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE995B; }
p { color: rgb(206,153,91); }
H1.HeaderClassName
{
color: #CE995B;
}
.AnyTagClassName
{
color: #CE995B;
}
</style>
background-color css
<style>
a { background-color: #CE995B; }
a { background-color: rgb(206,153,91); }
div.DivClassName
{
background-color: #CE995B;
}
.BgClassName
{
background-color: #CE995B;
}
</style>
border-color css
<style>
span { border-color: #CE995B; }
span { border-color: rgb(206,153,91); }
td.TdClassName
{
border-color: #CE995B;
}
.TagClassName
{
border-color: #CE995B;
}
</style>