Shades of Whiskey Sour #CE8F54
Tints of Whiskey Sour #CE8F54
RGB
CMYK
RGB Variations
Color information
#CE8F54 (or 0xCE8F54) is known color: Whiskey Sour. HEX triplet: CE, 8F and 54. RGB value is (206,143,84). Sum of RGB (Red+Green+Blue) = 206+143+84=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F54 is #3170AB. Grayscale: #9B9B9B. Windows color (decimal): -3240108 or 5541838. OLE color: 5541838.
HSL color Cylindrical-coordinate representation of color #CE8F54: hue angle of 29.02º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE8F54 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 84 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.19 |
| HSL | 29.02º | 0.55% | 0.57% | - |
| HSV(B) | 29.02º | 0.59% | 0.81% | - |
| XYZ | 36.88 | 33.41 | 12.89 | - |
| YUV | 155.11 | 87.87 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 84 | 0 | 0.31 | 0.59 | 0.19 | 29.02 | 0.55 | 0.57 |
| Hex | CE | 8F | 54 | 0 | 1F | 3B | 13 | 1D | 37 | 39 |
| Octal | 316 | 217 | 124 | 0 | 37 | 73 | 23 | 35 | 67 | 71 |
| Binary | 11001110 | 10001111 | 1010100 | 0 | 11111 | 111011 | 10011 | 11101 | 110111 | 111001 |
Color Harmonies of #CE8F54
Complementary color
Monochromatic Colors of #CE8F54
Black with #CE8F54
Text Example
Text Example
White with #CE8F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8F54; }
p { color: rgb(206,143,84); }
H1.HeaderClassName
{
color: #CE8F54;
}
.AnyTagClassName
{
color: #CE8F54;
}
</style>
background-color css
<style>
a { background-color: #CE8F54; }
a { background-color: rgb(206,143,84); }
div.DivClassName
{
background-color: #CE8F54;
}
.BgClassName
{
background-color: #CE8F54;
}
</style>
border-color css
<style>
span { border-color: #CE8F54; }
span { border-color: rgb(206,143,84); }
td.TdClassName
{
border-color: #CE8F54;
}
.TagClassName
{
border-color: #CE8F54;
}
</style>