Shades of Whiskey #CE8B68
Tints of Whiskey #CE8B68
RGB
CMYK
RGB Variations
Color information
#CE8B68 (or 0xCE8B68) is known color: Whiskey. HEX triplet: CE, 8B and 68. RGB value is (206,139,104). Sum of RGB (Red+Green+Blue) = 206+139+104=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8B68 is #317497. Grayscale: #9B9B9B. Windows color (decimal): -3241112 or 6851534. OLE color: 6851534.
HSL color Cylindrical-coordinate representation of color #CE8B68: hue angle of 20.59º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE8B68 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 139 | 104 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.19 |
| HSL | 20.59º | 0.51% | 0.61% | - |
| HSV(B) | 20.59º | 0.5% | 0.81% | - |
| XYZ | 37.18 | 32.59 | 17.43 | - |
| YUV | 155.04 | 99.2 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 104 | 0 | 0.33 | 0.50 | 0.19 | 20.59 | 0.51 | 0.61 |
| Hex | CE | 8B | 68 | 0 | 21 | 32 | 13 | 15 | 33 | 3D |
| Octal | 316 | 213 | 150 | 0 | 41 | 62 | 23 | 25 | 63 | 75 |
| Binary | 11001110 | 10001011 | 1101000 | 0 | 100001 | 110010 | 10011 | 10101 | 110011 | 111101 |
Color Harmonies of #CE8B68
Complementary color
Monochromatic Colors of #CE8B68
Black with #CE8B68
Text Example
Text Example
White with #CE8B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8B68; }
p { color: rgb(206,139,104); }
H1.HeaderClassName
{
color: #CE8B68;
}
.AnyTagClassName
{
color: #CE8B68;
}
</style>
background-color css
<style>
a { background-color: #CE8B68; }
a { background-color: rgb(206,139,104); }
div.DivClassName
{
background-color: #CE8B68;
}
.BgClassName
{
background-color: #CE8B68;
}
</style>
border-color css
<style>
span { border-color: #CE8B68; }
span { border-color: rgb(206,139,104); }
td.TdClassName
{
border-color: #CE8B68;
}
.TagClassName
{
border-color: #CE8B68;
}
</style>