Shades of Whiskey Sour #CE8D50
Tints of Whiskey Sour #CE8D50
RGB
CMYK
RGB Variations
Color information
#CE8D50 (or 0xCE8D50) is known color: Whiskey Sour. HEX triplet: CE, 8D and 50. RGB value is (206,141,80). Sum of RGB (Red+Green+Blue) = 206+141+80=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D50 is #3172AF. Grayscale: #999999. Windows color (decimal): -3240624 or 5279182. OLE color: 5279182.
HSL color Cylindrical-coordinate representation of color #CE8D50: hue angle of 29.05º 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 #CE8D50 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 80 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.19 |
| HSL | 29.05º | 0.56% | 0.56% | - |
| HSV(B) | 29.05º | 0.61% | 0.81% | - |
| XYZ | 36.43 | 32.75 | 11.99 | - |
| YUV | 153.48 | 86.53 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 80 | 0 | 0.32 | 0.61 | 0.19 | 29.05 | 0.56 | 0.56 |
| Hex | CE | 8D | 50 | 0 | 20 | 3D | 13 | 1D | 38 | 38 |
| Octal | 316 | 215 | 120 | 0 | 40 | 75 | 23 | 35 | 70 | 70 |
| Binary | 11001110 | 10001101 | 1010000 | 0 | 100000 | 111101 | 10011 | 11101 | 111000 | 111000 |
Color Harmonies of #CE8D50
Complementary color
Monochromatic Colors of #CE8D50
Black with #CE8D50
Text Example
Text Example
White with #CE8D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8D50; }
p { color: rgb(206,141,80); }
H1.HeaderClassName
{
color: #CE8D50;
}
.AnyTagClassName
{
color: #CE8D50;
}
</style>
background-color css
<style>
a { background-color: #CE8D50; }
a { background-color: rgb(206,141,80); }
div.DivClassName
{
background-color: #CE8D50;
}
.BgClassName
{
background-color: #CE8D50;
}
</style>
border-color css
<style>
span { border-color: #CE8D50; }
span { border-color: rgb(206,141,80); }
td.TdClassName
{
border-color: #CE8D50;
}
.TagClassName
{
border-color: #CE8D50;
}
</style>