Shades of Whiskey #CE8C68
Tints of Whiskey #CE8C68
RGB
CMYK
RGB Variations
Color information
#CE8C68 (or 0xCE8C68) is known color: Whiskey. HEX triplet: CE, 8C and 68. RGB value is (206,140,104). Sum of RGB (Red+Green+Blue) = 206+140+104=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8C68 is #317397. Grayscale: #9B9B9B. Windows color (decimal): -3240856 or 6851790. OLE color: 6851790.
HSL color Cylindrical-coordinate representation of color #CE8C68: hue angle of 21.18º 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 #CE8C68 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 104 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.19 |
| HSL | 21.18º | 0.51% | 0.61% | - |
| HSV(B) | 21.18º | 0.5% | 0.81% | - |
| XYZ | 37.33 | 32.88 | 17.48 | - |
| YUV | 155.63 | 98.87 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 104 | 0 | 0.32 | 0.50 | 0.19 | 21.18 | 0.51 | 0.61 |
| Hex | CE | 8C | 68 | 0 | 20 | 32 | 13 | 15 | 33 | 3D |
| Octal | 316 | 214 | 150 | 0 | 40 | 62 | 23 | 25 | 63 | 75 |
| Binary | 11001110 | 10001100 | 1101000 | 0 | 100000 | 110010 | 10011 | 10101 | 110011 | 111101 |
Color Harmonies of #CE8C68
Complementary color
Monochromatic Colors of #CE8C68
Black with #CE8C68
Text Example
Text Example
White with #CE8C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C68; }
p { color: rgb(206,140,104); }
H1.HeaderClassName
{
color: #CE8C68;
}
.AnyTagClassName
{
color: #CE8C68;
}
</style>
background-color css
<style>
a { background-color: #CE8C68; }
a { background-color: rgb(206,140,104); }
div.DivClassName
{
background-color: #CE8C68;
}
.BgClassName
{
background-color: #CE8C68;
}
</style>
border-color css
<style>
span { border-color: #CE8C68; }
span { border-color: rgb(206,140,104); }
td.TdClassName
{
border-color: #CE8C68;
}
.TagClassName
{
border-color: #CE8C68;
}
</style>