Shades of Whiskey Sour #CE8952
Tints of Whiskey Sour #CE8952
RGB
CMYK
RGB Variations
Color information
#CE8952 (or 0xCE8952) is known color: Whiskey Sour. HEX triplet: CE, 89 and 52. RGB value is (206,137,82). Sum of RGB (Red+Green+Blue) = 206+137+82=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8952 is #3176AD. Grayscale: #979797. Windows color (decimal): -3241646 or 5409230. OLE color: 5409230.
HSL color Cylindrical-coordinate representation of color #CE8952: hue angle of 26.61º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE8952 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 137 | 82 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.19 |
| HSL | 26.61º | 0.56% | 0.56% | - |
| HSV(B) | 26.61º | 0.6% | 0.81% | - |
| XYZ | 35.92 | 31.62 | 12.19 | - |
| YUV | 151.36 | 88.86 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 82 | 0 | 0.33 | 0.60 | 0.19 | 26.61 | 0.56 | 0.56 |
| Hex | CE | 89 | 52 | 0 | 21 | 3C | 13 | 1B | 38 | 38 |
| Octal | 316 | 211 | 122 | 0 | 41 | 74 | 23 | 33 | 70 | 70 |
| Binary | 11001110 | 10001001 | 1010010 | 0 | 100001 | 111100 | 10011 | 11011 | 111000 | 111000 |
Color Harmonies of #CE8952
Complementary color
Monochromatic Colors of #CE8952
Black with #CE8952
Text Example
Text Example
White with #CE8952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8952; }
p { color: rgb(206,137,82); }
H1.HeaderClassName
{
color: #CE8952;
}
.AnyTagClassName
{
color: #CE8952;
}
</style>
background-color css
<style>
a { background-color: #CE8952; }
a { background-color: rgb(206,137,82); }
div.DivClassName
{
background-color: #CE8952;
}
.BgClassName
{
background-color: #CE8952;
}
</style>
border-color css
<style>
span { border-color: #CE8952; }
span { border-color: rgb(206,137,82); }
td.TdClassName
{
border-color: #CE8952;
}
.TagClassName
{
border-color: #CE8952;
}
</style>