Shades of Whiskey #CE8C69
Tints of Whiskey #CE8C69
RGB
CMYK
RGB Variations
Color information
#CE8C69 (or 0xCE8C69) is known color: Whiskey. HEX triplet: CE, 8C and 69. RGB value is (206,140,105). Sum of RGB (Red+Green+Blue) = 206+140+105=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8C69 is #317396. Grayscale: #9B9B9B. Windows color (decimal): -3240855 or 6917326. OLE color: 6917326.
HSL color Cylindrical-coordinate representation of color #CE8C69: hue angle of 20.79º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE8C69 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 105 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.19 |
| HSL | 20.79º | 0.51% | 0.61% | - |
| HSV(B) | 20.79º | 0.49% | 0.81% | - |
| XYZ | 37.38 | 32.9 | 17.74 | - |
| YUV | 155.74 | 99.37 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 105 | 0 | 0.32 | 0.49 | 0.19 | 20.79 | 0.51 | 0.61 |
| Hex | CE | 8C | 69 | 0 | 20 | 31 | 13 | 15 | 33 | 3D |
| Octal | 316 | 214 | 151 | 0 | 40 | 61 | 23 | 25 | 63 | 75 |
| Binary | 11001110 | 10001100 | 1101001 | 0 | 100000 | 110001 | 10011 | 10101 | 110011 | 111101 |
Color Harmonies of #CE8C69
Complementary color
Monochromatic Colors of #CE8C69
Black with #CE8C69
Text Example
Text Example
White with #CE8C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C69; }
p { color: rgb(206,140,105); }
H1.HeaderClassName
{
color: #CE8C69;
}
.AnyTagClassName
{
color: #CE8C69;
}
</style>
background-color css
<style>
a { background-color: #CE8C69; }
a { background-color: rgb(206,140,105); }
div.DivClassName
{
background-color: #CE8C69;
}
.BgClassName
{
background-color: #CE8C69;
}
</style>
border-color css
<style>
span { border-color: #CE8C69; }
span { border-color: rgb(206,140,105); }
td.TdClassName
{
border-color: #CE8C69;
}
.TagClassName
{
border-color: #CE8C69;
}
</style>