Shades of Whiskey Sour #CE8C5C
Tints of Whiskey Sour #CE8C5C
RGB
CMYK
RGB Variations
Color information
#CE8C5C (or 0xCE8C5C) is known color: Whiskey Sour. HEX triplet: CE, 8C and 5C. RGB value is (206,140,92). Sum of RGB (Red+Green+Blue) = 206+140+92=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8C5C is #3173A3. Grayscale: #9A9A9A. Windows color (decimal): -3240868 or 6065358. OLE color: 6065358.
HSL color Cylindrical-coordinate representation of color #CE8C5C: hue angle of 25.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE8C5C is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 92 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.19 |
| HSL | 25.26º | 0.54% | 0.58% | - |
| HSV(B) | 25.26º | 0.55% | 0.81% | - |
| XYZ | 36.76 | 32.65 | 14.49 | - |
| YUV | 154.26 | 92.87 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 92 | 0 | 0.32 | 0.55 | 0.19 | 25.26 | 0.54 | 0.58 |
| Hex | CE | 8C | 5C | 0 | 20 | 37 | 13 | 19 | 36 | 3A |
| Octal | 316 | 214 | 134 | 0 | 40 | 67 | 23 | 31 | 66 | 72 |
| Binary | 11001110 | 10001100 | 1011100 | 0 | 100000 | 110111 | 10011 | 11001 | 110110 | 111010 |
Color Harmonies of #CE8C5C
Complementary color
Monochromatic Colors of #CE8C5C
Black with #CE8C5C
Text Example
Text Example
White with #CE8C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C5C; }
p { color: rgb(206,140,92); }
H1.HeaderClassName
{
color: #CE8C5C;
}
.AnyTagClassName
{
color: #CE8C5C;
}
</style>
background-color css
<style>
a { background-color: #CE8C5C; }
a { background-color: rgb(206,140,92); }
div.DivClassName
{
background-color: #CE8C5C;
}
.BgClassName
{
background-color: #CE8C5C;
}
</style>
border-color css
<style>
span { border-color: #CE8C5C; }
span { border-color: rgb(206,140,92); }
td.TdClassName
{
border-color: #CE8C5C;
}
.TagClassName
{
border-color: #CE8C5C;
}
</style>