Shades of Whiskey Sour #CE8954
Tints of Whiskey Sour #CE8954
RGB
CMYK
RGB Variations
Color information
#CE8954 (or 0xCE8954) is known color: Whiskey Sour. HEX triplet: CE, 89 and 54. RGB value is (206,137,84). Sum of RGB (Red+Green+Blue) = 206+137+84=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 84 (33.20% from 255 or 19.67% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8954 is #3176AB. Grayscale: #979797. Windows color (decimal): -3241644 or 5540302. OLE color: 5540302.
HSL color Cylindrical-coordinate representation of color #CE8954: hue angle of 26.07º 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 #CE8954 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 137 | 84 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.19 |
| HSL | 26.07º | 0.55% | 0.57% | - |
| HSV(B) | 26.07º | 0.59% | 0.81% | - |
| XYZ | 36 | 31.65 | 12.6 | - |
| YUV | 151.59 | 89.86 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 84 | 0 | 0.33 | 0.59 | 0.19 | 26.07 | 0.55 | 0.57 |
| Hex | CE | 89 | 54 | 0 | 21 | 3B | 13 | 1A | 37 | 39 |
| Octal | 316 | 211 | 124 | 0 | 41 | 73 | 23 | 32 | 67 | 71 |
| Binary | 11001110 | 10001001 | 1010100 | 0 | 100001 | 111011 | 10011 | 11010 | 110111 | 111001 |
Color Harmonies of #CE8954
Complementary color
Monochromatic Colors of #CE8954
Black with #CE8954
Text Example
Text Example
White with #CE8954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8954; }
p { color: rgb(206,137,84); }
H1.HeaderClassName
{
color: #CE8954;
}
.AnyTagClassName
{
color: #CE8954;
}
</style>
background-color css
<style>
a { background-color: #CE8954; }
a { background-color: rgb(206,137,84); }
div.DivClassName
{
background-color: #CE8954;
}
.BgClassName
{
background-color: #CE8954;
}
</style>
border-color css
<style>
span { border-color: #CE8954; }
span { border-color: rgb(206,137,84); }
td.TdClassName
{
border-color: #CE8954;
}
.TagClassName
{
border-color: #CE8954;
}
</style>