Shades of Whiskey Sour #CE875A
Tints of Whiskey Sour #CE875A
RGB
CMYK
RGB Variations
Color information
#CE875A (or 0xCE875A) is known color: Whiskey Sour. HEX triplet: CE, 87 and 5A. RGB value is (206,135,90). Sum of RGB (Red+Green+Blue) = 206+135+90=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE875A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE875A is #3178A5. Grayscale: #979797. Windows color (decimal): -3242150 or 5933006. OLE color: 5933006.
HSL color Cylindrical-coordinate representation of color #CE875A: hue angle of 23.28º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE875A is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 90 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.19 |
| HSL | 23.28º | 0.54% | 0.58% | - |
| HSV(B) | 23.28º | 0.56% | 0.81% | - |
| XYZ | 35.96 | 31.19 | 13.8 | - |
| YUV | 151.1 | 93.52 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 90 | 0 | 0.34 | 0.56 | 0.19 | 23.28 | 0.54 | 0.58 |
| Hex | CE | 87 | 5A | 0 | 22 | 38 | 13 | 17 | 36 | 3A |
| Octal | 316 | 207 | 132 | 0 | 42 | 70 | 23 | 27 | 66 | 72 |
| Binary | 11001110 | 10000111 | 1011010 | 0 | 100010 | 111000 | 10011 | 10111 | 110110 | 111010 |
Color Harmonies of #CE875A
Complementary color
Monochromatic Colors of #CE875A
Black with #CE875A
Text Example
Text Example
White with #CE875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE875A; }
p { color: rgb(206,135,90); }
H1.HeaderClassName
{
color: #CE875A;
}
.AnyTagClassName
{
color: #CE875A;
}
</style>
background-color css
<style>
a { background-color: #CE875A; }
a { background-color: rgb(206,135,90); }
div.DivClassName
{
background-color: #CE875A;
}
.BgClassName
{
background-color: #CE875A;
}
</style>
border-color css
<style>
span { border-color: #CE875A; }
span { border-color: rgb(206,135,90); }
td.TdClassName
{
border-color: #CE875A;
}
.TagClassName
{
border-color: #CE875A;
}
</style>