Shades of Whiskey Sour #CE9B62
Tints of Whiskey Sour #CE9B62
RGB
CMYK
RGB Variations
Color information
#CE9B62 (or 0xCE9B62) is known color: Whiskey Sour. HEX triplet: CE, 9B and 62. RGB value is (206,155,98). Sum of RGB (Red+Green+Blue) = 206+155+98=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9B62 is #31649D. Grayscale: #A4A4A4. Windows color (decimal): -3237022 or 6462414. OLE color: 6462414.
HSL color Cylindrical-coordinate representation of color #CE9B62: hue angle of 31.67º 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 #CE9B62 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 155 | 98 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.19 |
| HSL | 31.67º | 0.52% | 0.6% | - |
| HSV(B) | 31.67º | 0.52% | 0.81% | - |
| XYZ | 39.38 | 37.45 | 16.71 | - |
| YUV | 163.75 | 90.9 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 98 | 0 | 0.25 | 0.52 | 0.19 | 31.67 | 0.52 | 0.6 |
| Hex | CE | 9B | 62 | 0 | 19 | 34 | 13 | 20 | 34 | 3C |
| Octal | 316 | 233 | 142 | 0 | 31 | 64 | 23 | 40 | 64 | 74 |
| Binary | 11001110 | 10011011 | 1100010 | 0 | 11001 | 110100 | 10011 | 100000 | 110100 | 111100 |
Color Harmonies of #CE9B62
Complementary color
Monochromatic Colors of #CE9B62
Black with #CE9B62
Text Example
Text Example
White with #CE9B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9B62; }
p { color: rgb(206,155,98); }
H1.HeaderClassName
{
color: #CE9B62;
}
.AnyTagClassName
{
color: #CE9B62;
}
</style>
background-color css
<style>
a { background-color: #CE9B62; }
a { background-color: rgb(206,155,98); }
div.DivClassName
{
background-color: #CE9B62;
}
.BgClassName
{
background-color: #CE9B62;
}
</style>
border-color css
<style>
span { border-color: #CE9B62; }
span { border-color: rgb(206,155,98); }
td.TdClassName
{
border-color: #CE9B62;
}
.TagClassName
{
border-color: #CE9B62;
}
</style>