Shades of Whiskey Sour #CE8D58
Tints of Whiskey Sour #CE8D58
RGB
CMYK
RGB Variations
Color information
#CE8D58 (or 0xCE8D58) is known color: Whiskey Sour. HEX triplet: CE, 8D and 58. RGB value is (206,141,88). Sum of RGB (Red+Green+Blue) = 206+141+88=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D58 is #3172A7. Grayscale: #9A9A9A. Windows color (decimal): -3240616 or 5803470. OLE color: 5803470.
HSL color Cylindrical-coordinate representation of color #CE8D58: hue angle of 26.95º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE8D58 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 88 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.19 |
| HSL | 26.95º | 0.55% | 0.58% | - |
| HSV(B) | 26.95º | 0.57% | 0.81% | - |
| XYZ | 36.74 | 32.88 | 13.64 | - |
| YUV | 154.39 | 90.53 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 88 | 0 | 0.32 | 0.57 | 0.19 | 26.95 | 0.55 | 0.58 |
| Hex | CE | 8D | 58 | 0 | 20 | 39 | 13 | 1B | 37 | 3A |
| Octal | 316 | 215 | 130 | 0 | 40 | 71 | 23 | 33 | 67 | 72 |
| Binary | 11001110 | 10001101 | 1011000 | 0 | 100000 | 111001 | 10011 | 11011 | 110111 | 111010 |
Color Harmonies of #CE8D58
Complementary color
Monochromatic Colors of #CE8D58
Black with #CE8D58
Text Example
Text Example
White with #CE8D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8D58; }
p { color: rgb(206,141,88); }
H1.HeaderClassName
{
color: #CE8D58;
}
.AnyTagClassName
{
color: #CE8D58;
}
</style>
background-color css
<style>
a { background-color: #CE8D58; }
a { background-color: rgb(206,141,88); }
div.DivClassName
{
background-color: #CE8D58;
}
.BgClassName
{
background-color: #CE8D58;
}
</style>
border-color css
<style>
span { border-color: #CE8D58; }
span { border-color: rgb(206,141,88); }
td.TdClassName
{
border-color: #CE8D58;
}
.TagClassName
{
border-color: #CE8D58;
}
</style>