Shades of Whiskey #CE885D
Tints of Whiskey #CE885D
RGB
CMYK
RGB Variations
Color information
#CE885D (or 0xCE885D) is known color: Whiskey. HEX triplet: CE, 88 and 5D. RGB value is (206,136,93). Sum of RGB (Red+Green+Blue) = 206+136+93=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE885D is #3177A2. Grayscale: #989898. Windows color (decimal): -3241891 or 6129870. OLE color: 6129870.
HSL color Cylindrical-coordinate representation of color #CE885D: hue angle of 22.83º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE885D is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 93 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.19 |
| HSL | 22.83º | 0.54% | 0.59% | - |
| HSV(B) | 22.83º | 0.55% | 0.81% | - |
| XYZ | 36.23 | 31.52 | 14.53 | - |
| YUV | 152.03 | 94.69 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 93 | 0 | 0.34 | 0.55 | 0.19 | 22.83 | 0.54 | 0.59 |
| Hex | CE | 88 | 5D | 0 | 22 | 37 | 13 | 17 | 36 | 3B |
| Octal | 316 | 210 | 135 | 0 | 42 | 67 | 23 | 27 | 66 | 73 |
| Binary | 11001110 | 10001000 | 1011101 | 0 | 100010 | 110111 | 10011 | 10111 | 110110 | 111011 |
Color Harmonies of #CE885D
Complementary color
Monochromatic Colors of #CE885D
Black with #CE885D
Text Example
Text Example
White with #CE885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE885D; }
p { color: rgb(206,136,93); }
H1.HeaderClassName
{
color: #CE885D;
}
.AnyTagClassName
{
color: #CE885D;
}
</style>
background-color css
<style>
a { background-color: #CE885D; }
a { background-color: rgb(206,136,93); }
div.DivClassName
{
background-color: #CE885D;
}
.BgClassName
{
background-color: #CE885D;
}
</style>
border-color css
<style>
span { border-color: #CE885D; }
span { border-color: rgb(206,136,93); }
td.TdClassName
{
border-color: #CE885D;
}
.TagClassName
{
border-color: #CE885D;
}
</style>