Shades of Whiskey Sour #CE9C62
Tints of Whiskey Sour #CE9C62
RGB
CMYK
RGB Variations
Color information
#CE9C62 (or 0xCE9C62) is known color: Whiskey Sour. HEX triplet: CE, 9C and 62. RGB value is (206,156,98). Sum of RGB (Red+Green+Blue) = 206+156+98=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9C62 is #31639D. Grayscale: #A4A4A4. Windows color (decimal): -3236766 or 6462670. OLE color: 6462670.
HSL color Cylindrical-coordinate representation of color #CE9C62: hue angle of 32.22º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE9C62 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 98 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.19 |
| HSL | 32.22º | 0.52% | 0.6% | - |
| HSV(B) | 32.22º | 0.52% | 0.81% | - |
| XYZ | 39.55 | 37.78 | 16.76 | - |
| YUV | 164.34 | 90.57 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 98 | 0 | 0.24 | 0.52 | 0.19 | 32.22 | 0.52 | 0.6 |
| Hex | CE | 9C | 62 | 0 | 18 | 34 | 13 | 20 | 34 | 3C |
| Octal | 316 | 234 | 142 | 0 | 30 | 64 | 23 | 40 | 64 | 74 |
| Binary | 11001110 | 10011100 | 1100010 | 0 | 11000 | 110100 | 10011 | 100000 | 110100 | 111100 |
Color Harmonies of #CE9C62
Complementary color
Monochromatic Colors of #CE9C62
Black with #CE9C62
Text Example
Text Example
White with #CE9C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C62; }
p { color: rgb(206,156,98); }
H1.HeaderClassName
{
color: #CE9C62;
}
.AnyTagClassName
{
color: #CE9C62;
}
</style>
background-color css
<style>
a { background-color: #CE9C62; }
a { background-color: rgb(206,156,98); }
div.DivClassName
{
background-color: #CE9C62;
}
.BgClassName
{
background-color: #CE9C62;
}
</style>
border-color css
<style>
span { border-color: #CE9C62; }
span { border-color: rgb(206,156,98); }
td.TdClassName
{
border-color: #CE9C62;
}
.TagClassName
{
border-color: #CE9C62;
}
</style>