Shades of Whiskey Sour #CE8950
Tints of Whiskey Sour #CE8950
RGB
CMYK
RGB Variations
Color information
#CE8950 (or 0xCE8950) is known color: Whiskey Sour. HEX triplet: CE, 89 and 50. RGB value is (206,137,80). Sum of RGB (Red+Green+Blue) = 206+137+80=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8950 is #3176AF. Grayscale: #979797. Windows color (decimal): -3241648 or 5278158. OLE color: 5278158.
HSL color Cylindrical-coordinate representation of color #CE8950: hue angle of 27.14º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE8950 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 137 | 80 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.19 |
| HSL | 27.14º | 0.56% | 0.56% | - |
| HSV(B) | 27.14º | 0.61% | 0.81% | - |
| XYZ | 35.85 | 31.59 | 11.8 | - |
| YUV | 151.13 | 87.86 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 80 | 0 | 0.33 | 0.61 | 0.19 | 27.14 | 0.56 | 0.56 |
| Hex | CE | 89 | 50 | 0 | 21 | 3D | 13 | 1B | 38 | 38 |
| Octal | 316 | 211 | 120 | 0 | 41 | 75 | 23 | 33 | 70 | 70 |
| Binary | 11001110 | 10001001 | 1010000 | 0 | 100001 | 111101 | 10011 | 11011 | 111000 | 111000 |
Color Harmonies of #CE8950
Complementary color
Monochromatic Colors of #CE8950
Black with #CE8950
Text Example
Text Example
White with #CE8950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8950; }
p { color: rgb(206,137,80); }
H1.HeaderClassName
{
color: #CE8950;
}
.AnyTagClassName
{
color: #CE8950;
}
</style>
background-color css
<style>
a { background-color: #CE8950; }
a { background-color: rgb(206,137,80); }
div.DivClassName
{
background-color: #CE8950;
}
.BgClassName
{
background-color: #CE8950;
}
</style>
border-color css
<style>
span { border-color: #CE8950; }
span { border-color: rgb(206,137,80); }
td.TdClassName
{
border-color: #CE8950;
}
.TagClassName
{
border-color: #CE8950;
}
</style>