Shades of Whiskey #CE8B65
Tints of Whiskey #CE8B65
RGB
CMYK
RGB Variations
Color information
#CE8B65 (or 0xCE8B65) is known color: Whiskey. HEX triplet: CE, 8B and 65. RGB value is (206,139,101). Sum of RGB (Red+Green+Blue) = 206+139+101=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8B65 is #31749A. Grayscale: #9A9A9A. Windows color (decimal): -3241115 or 6654926. OLE color: 6654926.
HSL color Cylindrical-coordinate representation of color #CE8B65: hue angle of 21.71º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE8B65 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 139 | 101 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.19 |
| HSL | 21.71º | 0.52% | 0.6% | - |
| HSV(B) | 21.71º | 0.51% | 0.81% | - |
| XYZ | 37.04 | 32.53 | 16.64 | - |
| YUV | 154.7 | 97.7 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 101 | 0 | 0.33 | 0.51 | 0.19 | 21.71 | 0.52 | 0.6 |
| Hex | CE | 8B | 65 | 0 | 21 | 33 | 13 | 16 | 34 | 3C |
| Octal | 316 | 213 | 145 | 0 | 41 | 63 | 23 | 26 | 64 | 74 |
| Binary | 11001110 | 10001011 | 1100101 | 0 | 100001 | 110011 | 10011 | 10110 | 110100 | 111100 |
Color Harmonies of #CE8B65
Complementary color
Monochromatic Colors of #CE8B65
Black with #CE8B65
Text Example
Text Example
White with #CE8B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8B65; }
p { color: rgb(206,139,101); }
H1.HeaderClassName
{
color: #CE8B65;
}
.AnyTagClassName
{
color: #CE8B65;
}
</style>
background-color css
<style>
a { background-color: #CE8B65; }
a { background-color: rgb(206,139,101); }
div.DivClassName
{
background-color: #CE8B65;
}
.BgClassName
{
background-color: #CE8B65;
}
</style>
border-color css
<style>
span { border-color: #CE8B65; }
span { border-color: rgb(206,139,101); }
td.TdClassName
{
border-color: #CE8B65;
}
.TagClassName
{
border-color: #CE8B65;
}
</style>