Shades of Whiskey Sour #CE9458
Tints of Whiskey Sour #CE9458
RGB
CMYK
RGB Variations
Color information
#CE9458 (or 0xCE9458) is known color: Whiskey Sour. HEX triplet: CE, 94 and 58. RGB value is (206,148,88). Sum of RGB (Red+Green+Blue) = 206+148+88=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9458 is #316BA7. Grayscale: #9E9E9E. Windows color (decimal): -3238824 or 5805262. OLE color: 5805262.
HSL color Cylindrical-coordinate representation of color #CE9458: hue angle of 30.51º 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 #CE9458 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 88 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.19 |
| HSL | 30.51º | 0.55% | 0.58% | - |
| HSV(B) | 30.51º | 0.57% | 0.81% | - |
| XYZ | 37.8 | 35.01 | 14 | - |
| YUV | 158.5 | 88.22 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 88 | 0 | 0.28 | 0.57 | 0.19 | 30.51 | 0.55 | 0.58 |
| Hex | CE | 94 | 58 | 0 | 1C | 39 | 13 | 1F | 37 | 3A |
| Octal | 316 | 224 | 130 | 0 | 34 | 71 | 23 | 37 | 67 | 72 |
| Binary | 11001110 | 10010100 | 1011000 | 0 | 11100 | 111001 | 10011 | 11111 | 110111 | 111010 |
Color Harmonies of #CE9458
Complementary color
Monochromatic Colors of #CE9458
Black with #CE9458
Text Example
Text Example
White with #CE9458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9458; }
p { color: rgb(206,148,88); }
H1.HeaderClassName
{
color: #CE9458;
}
.AnyTagClassName
{
color: #CE9458;
}
</style>
background-color css
<style>
a { background-color: #CE9458; }
a { background-color: rgb(206,148,88); }
div.DivClassName
{
background-color: #CE9458;
}
.BgClassName
{
background-color: #CE9458;
}
</style>
border-color css
<style>
span { border-color: #CE9458; }
span { border-color: rgb(206,148,88); }
td.TdClassName
{
border-color: #CE9458;
}
.TagClassName
{
border-color: #CE9458;
}
</style>