Shades of Whiskey Sour #CE8752
Tints of Whiskey Sour #CE8752
RGB
CMYK
RGB Variations
Color information
#CE8752 (or 0xCE8752) is known color: Whiskey Sour. HEX triplet: CE, 87 and 52. RGB value is (206,135,82). Sum of RGB (Red+Green+Blue) = 206+135+82=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8752 is #3178AD. Grayscale: #969696. Windows color (decimal): -3242158 or 5408718. OLE color: 5408718.
HSL color Cylindrical-coordinate representation of color #CE8752: hue angle of 25.65º 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 #CE8752 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 82 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.19 |
| HSL | 25.65º | 0.56% | 0.56% | - |
| HSV(B) | 25.65º | 0.6% | 0.81% | - |
| XYZ | 35.64 | 31.06 | 12.1 | - |
| YUV | 150.19 | 89.52 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 82 | 0 | 0.34 | 0.60 | 0.19 | 25.65 | 0.56 | 0.56 |
| Hex | CE | 87 | 52 | 0 | 22 | 3C | 13 | 1A | 38 | 38 |
| Octal | 316 | 207 | 122 | 0 | 42 | 74 | 23 | 32 | 70 | 70 |
| Binary | 11001110 | 10000111 | 1010010 | 0 | 100010 | 111100 | 10011 | 11010 | 111000 | 111000 |
Color Harmonies of #CE8752
Complementary color
Monochromatic Colors of #CE8752
Black with #CE8752
Text Example
Text Example
White with #CE8752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8752; }
p { color: rgb(206,135,82); }
H1.HeaderClassName
{
color: #CE8752;
}
.AnyTagClassName
{
color: #CE8752;
}
</style>
background-color css
<style>
a { background-color: #CE8752; }
a { background-color: rgb(206,135,82); }
div.DivClassName
{
background-color: #CE8752;
}
.BgClassName
{
background-color: #CE8752;
}
</style>
border-color css
<style>
span { border-color: #CE8752; }
span { border-color: rgb(206,135,82); }
td.TdClassName
{
border-color: #CE8752;
}
.TagClassName
{
border-color: #CE8752;
}
</style>