Shades of Whiskey Sour #CE9A58
Tints of Whiskey Sour #CE9A58
RGB
CMYK
RGB Variations
Color information
#CE9A58 (or 0xCE9A58) is known color: Whiskey Sour. HEX triplet: CE, 9A and 58. RGB value is (206,154,88). Sum of RGB (Red+Green+Blue) = 206+154+88=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 88 (34.77% from 255 or 19.64% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9A58 is #3165A7. Grayscale: #A2A2A2. Windows color (decimal): -3237288 or 5806798. OLE color: 5806798.
HSL color Cylindrical-coordinate representation of color #CE9A58: hue angle of 33.56º 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 #CE9A58 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 88 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.19 |
| HSL | 33.56º | 0.55% | 0.58% | - |
| HSV(B) | 33.56º | 0.57% | 0.81% | - |
| XYZ | 38.77 | 36.94 | 14.32 | - |
| YUV | 162.02 | 86.23 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 88 | 0 | 0.25 | 0.57 | 0.19 | 33.56 | 0.55 | 0.58 |
| Hex | CE | 9A | 58 | 0 | 19 | 39 | 13 | 22 | 37 | 3A |
| Octal | 316 | 232 | 130 | 0 | 31 | 71 | 23 | 42 | 67 | 72 |
| Binary | 11001110 | 10011010 | 1011000 | 0 | 11001 | 111001 | 10011 | 100010 | 110111 | 111010 |
Color Harmonies of #CE9A58
Complementary color
Monochromatic Colors of #CE9A58
Black with #CE9A58
Text Example
Text Example
White with #CE9A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9A58; }
p { color: rgb(206,154,88); }
H1.HeaderClassName
{
color: #CE9A58;
}
.AnyTagClassName
{
color: #CE9A58;
}
</style>
background-color css
<style>
a { background-color: #CE9A58; }
a { background-color: rgb(206,154,88); }
div.DivClassName
{
background-color: #CE9A58;
}
.BgClassName
{
background-color: #CE9A58;
}
</style>
border-color css
<style>
span { border-color: #CE9A58; }
span { border-color: rgb(206,154,88); }
td.TdClassName
{
border-color: #CE9A58;
}
.TagClassName
{
border-color: #CE9A58;
}
</style>