Shades of Whiskey Sour #CE8C51
Tints of Whiskey Sour #CE8C51
RGB
CMYK
RGB Variations
Color information
#CE8C51 (or 0xCE8C51) is known color: Whiskey Sour. HEX triplet: CE, 8C and 51. RGB value is (206,140,81). Sum of RGB (Red+Green+Blue) = 206+140+81=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8C51 is #3173AE. Grayscale: #999999. Windows color (decimal): -3240879 or 5344462. OLE color: 5344462.
HSL color Cylindrical-coordinate representation of color #CE8C51: hue angle of 28.32º 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 #CE8C51 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 81 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.19 |
| HSL | 28.32º | 0.56% | 0.56% | - |
| HSV(B) | 28.32º | 0.61% | 0.81% | - |
| XYZ | 36.32 | 32.47 | 12.14 | - |
| YUV | 153.01 | 87.37 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 81 | 0 | 0.32 | 0.61 | 0.19 | 28.32 | 0.56 | 0.56 |
| Hex | CE | 8C | 51 | 0 | 20 | 3D | 13 | 1C | 38 | 38 |
| Octal | 316 | 214 | 121 | 0 | 40 | 75 | 23 | 34 | 70 | 70 |
| Binary | 11001110 | 10001100 | 1010001 | 0 | 100000 | 111101 | 10011 | 11100 | 111000 | 111000 |
Color Harmonies of #CE8C51
Complementary color
Monochromatic Colors of #CE8C51
Black with #CE8C51
Text Example
Text Example
White with #CE8C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C51; }
p { color: rgb(206,140,81); }
H1.HeaderClassName
{
color: #CE8C51;
}
.AnyTagClassName
{
color: #CE8C51;
}
</style>
background-color css
<style>
a { background-color: #CE8C51; }
a { background-color: rgb(206,140,81); }
div.DivClassName
{
background-color: #CE8C51;
}
.BgClassName
{
background-color: #CE8C51;
}
</style>
border-color css
<style>
span { border-color: #CE8C51; }
span { border-color: rgb(206,140,81); }
td.TdClassName
{
border-color: #CE8C51;
}
.TagClassName
{
border-color: #CE8C51;
}
</style>