Shades of Whiskey Sour #CE8B5A
Tints of Whiskey Sour #CE8B5A
RGB
CMYK
RGB Variations
Color information
#CE8B5A (or 0xCE8B5A) is known color: Whiskey Sour. HEX triplet: CE, 8B and 5A. RGB value is (206,139,90). Sum of RGB (Red+Green+Blue) = 206+139+90=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8B5A is #3174A5. Grayscale: #999999. Windows color (decimal): -3241126 or 5934030. OLE color: 5934030.
HSL color Cylindrical-coordinate representation of color #CE8B5A: hue angle of 25.34º 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 #CE8B5A is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 139 | 90 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.19 |
| HSL | 25.34º | 0.54% | 0.58% | - |
| HSV(B) | 25.34º | 0.56% | 0.81% | - |
| XYZ | 36.53 | 32.33 | 13.99 | - |
| YUV | 153.45 | 92.2 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 90 | 0 | 0.33 | 0.56 | 0.19 | 25.34 | 0.54 | 0.58 |
| Hex | CE | 8B | 5A | 0 | 21 | 38 | 13 | 19 | 36 | 3A |
| Octal | 316 | 213 | 132 | 0 | 41 | 70 | 23 | 31 | 66 | 72 |
| Binary | 11001110 | 10001011 | 1011010 | 0 | 100001 | 111000 | 10011 | 11001 | 110110 | 111010 |
Color Harmonies of #CE8B5A
Complementary color
Monochromatic Colors of #CE8B5A
Black with #CE8B5A
Text Example
Text Example
White with #CE8B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8B5A; }
p { color: rgb(206,139,90); }
H1.HeaderClassName
{
color: #CE8B5A;
}
.AnyTagClassName
{
color: #CE8B5A;
}
</style>
background-color css
<style>
a { background-color: #CE8B5A; }
a { background-color: rgb(206,139,90); }
div.DivClassName
{
background-color: #CE8B5A;
}
.BgClassName
{
background-color: #CE8B5A;
}
</style>
border-color css
<style>
span { border-color: #CE8B5A; }
span { border-color: rgb(206,139,90); }
td.TdClassName
{
border-color: #CE8B5A;
}
.TagClassName
{
border-color: #CE8B5A;
}
</style>