Shades of Whiskey Sour #CE915C
Tints of Whiskey Sour #CE915C
RGB
CMYK
RGB Variations
Color information
#CE915C (or 0xCE915C) is known color: Whiskey Sour. HEX triplet: CE, 91 and 5C. RGB value is (206,145,92). Sum of RGB (Red+Green+Blue) = 206+145+92=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE915C is #316EA3. Grayscale: #9D9D9D. Windows color (decimal): -3239588 or 6066638. OLE color: 6066638.
HSL color Cylindrical-coordinate representation of color #CE915C: hue angle of 27.89º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE915C is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 92 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.19 |
| HSL | 27.89º | 0.54% | 0.58% | - |
| HSV(B) | 27.89º | 0.55% | 0.81% | - |
| XYZ | 37.51 | 34.15 | 14.74 | - |
| YUV | 157.2 | 91.21 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 92 | 0 | 0.30 | 0.55 | 0.19 | 27.89 | 0.54 | 0.58 |
| Hex | CE | 91 | 5C | 0 | 1E | 37 | 13 | 1C | 36 | 3A |
| Octal | 316 | 221 | 134 | 0 | 36 | 67 | 23 | 34 | 66 | 72 |
| Binary | 11001110 | 10010001 | 1011100 | 0 | 11110 | 110111 | 10011 | 11100 | 110110 | 111010 |
Color Harmonies of #CE915C
Complementary color
Monochromatic Colors of #CE915C
Black with #CE915C
Text Example
Text Example
White with #CE915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE915C; }
p { color: rgb(206,145,92); }
H1.HeaderClassName
{
color: #CE915C;
}
.AnyTagClassName
{
color: #CE915C;
}
</style>
background-color css
<style>
a { background-color: #CE915C; }
a { background-color: rgb(206,145,92); }
div.DivClassName
{
background-color: #CE915C;
}
.BgClassName
{
background-color: #CE915C;
}
</style>
border-color css
<style>
span { border-color: #CE915C; }
span { border-color: rgb(206,145,92); }
td.TdClassName
{
border-color: #CE915C;
}
.TagClassName
{
border-color: #CE915C;
}
</style>