Shades of Whiskey Sour #CE9961
Tints of Whiskey Sour #CE9961
RGB
CMYK
RGB Variations
Color information
#CE9961 (or 0xCE9961) is known color: Whiskey Sour. HEX triplet: CE, 99 and 61. RGB value is (206,153,97). Sum of RGB (Red+Green+Blue) = 206+153+97=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9961 is #31669E. Grayscale: #A2A2A2. Windows color (decimal): -3237535 or 6396366. OLE color: 6396366.
HSL color Cylindrical-coordinate representation of color #CE9961: hue angle of 30.83º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE9961 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 97 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.19 |
| HSL | 30.83º | 0.53% | 0.59% | - |
| HSV(B) | 30.83º | 0.53% | 0.81% | - |
| XYZ | 39 | 36.77 | 16.35 | - |
| YUV | 162.46 | 91.06 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 97 | 0 | 0.26 | 0.53 | 0.19 | 30.83 | 0.53 | 0.59 |
| Hex | CE | 99 | 61 | 0 | 1A | 35 | 13 | 1F | 35 | 3B |
| Octal | 316 | 231 | 141 | 0 | 32 | 65 | 23 | 37 | 65 | 73 |
| Binary | 11001110 | 10011001 | 1100001 | 0 | 11010 | 110101 | 10011 | 11111 | 110101 | 111011 |
Color Harmonies of #CE9961
Complementary color
Monochromatic Colors of #CE9961
Black with #CE9961
Text Example
Text Example
White with #CE9961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9961; }
p { color: rgb(206,153,97); }
H1.HeaderClassName
{
color: #CE9961;
}
.AnyTagClassName
{
color: #CE9961;
}
</style>
background-color css
<style>
a { background-color: #CE9961; }
a { background-color: rgb(206,153,97); }
div.DivClassName
{
background-color: #CE9961;
}
.BgClassName
{
background-color: #CE9961;
}
</style>
border-color css
<style>
span { border-color: #CE9961; }
span { border-color: rgb(206,153,97); }
td.TdClassName
{
border-color: #CE9961;
}
.TagClassName
{
border-color: #CE9961;
}
</style>