Shades of Whiskey Sour #CE8F56
Tints of Whiskey Sour #CE8F56
RGB
CMYK
RGB Variations
Color information
#CE8F56 (or 0xCE8F56) is known color: Whiskey Sour. HEX triplet: CE, 8F and 56. RGB value is (206,143,86). Sum of RGB (Red+Green+Blue) = 206+143+86=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F56 is #3170A9. Grayscale: #9B9B9B. Windows color (decimal): -3240106 or 5672910. OLE color: 5672910.
HSL color Cylindrical-coordinate representation of color #CE8F56: hue angle of 28.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE8F56 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 86 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.19 |
| HSL | 28.5º | 0.55% | 0.57% | - |
| HSV(B) | 28.5º | 0.58% | 0.81% | - |
| XYZ | 36.96 | 33.44 | 13.31 | - |
| YUV | 155.34 | 88.87 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 86 | 0 | 0.31 | 0.58 | 0.19 | 28.5 | 0.55 | 0.57 |
| Hex | CE | 8F | 56 | 0 | 1F | 3A | 13 | 1C | 37 | 39 |
| Octal | 316 | 217 | 126 | 0 | 37 | 72 | 23 | 34 | 67 | 71 |
| Binary | 11001110 | 10001111 | 1010110 | 0 | 11111 | 111010 | 10011 | 11100 | 110111 | 111001 |
Color Harmonies of #CE8F56
Complementary color
Monochromatic Colors of #CE8F56
Black with #CE8F56
Text Example
Text Example
White with #CE8F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8F56; }
p { color: rgb(206,143,86); }
H1.HeaderClassName
{
color: #CE8F56;
}
.AnyTagClassName
{
color: #CE8F56;
}
</style>
background-color css
<style>
a { background-color: #CE8F56; }
a { background-color: rgb(206,143,86); }
div.DivClassName
{
background-color: #CE8F56;
}
.BgClassName
{
background-color: #CE8F56;
}
</style>
border-color css
<style>
span { border-color: #CE8F56; }
span { border-color: rgb(206,143,86); }
td.TdClassName
{
border-color: #CE8F56;
}
.TagClassName
{
border-color: #CE8F56;
}
</style>