Shades of Whiskey #CE8D69
Tints of Whiskey #CE8D69
RGB
CMYK
RGB Variations
Color information
#CE8D69 (or 0xCE8D69) is known color: Whiskey. HEX triplet: CE, 8D and 69. RGB value is (206,141,105). Sum of RGB (Red+Green+Blue) = 206+141+105=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D69 is #317296. Grayscale: #9C9C9C. Windows color (decimal): -3240599 or 6917582. OLE color: 6917582.
HSL color Cylindrical-coordinate representation of color #CE8D69: hue angle of 21.39º 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 #CE8D69 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 105 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.19 |
| HSL | 21.39º | 0.51% | 0.61% | - |
| HSV(B) | 21.39º | 0.49% | 0.81% | - |
| XYZ | 37.53 | 33.19 | 17.79 | - |
| YUV | 156.33 | 99.03 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 105 | 0 | 0.32 | 0.49 | 0.19 | 21.39 | 0.51 | 0.61 |
| Hex | CE | 8D | 69 | 0 | 20 | 31 | 13 | 15 | 33 | 3D |
| Octal | 316 | 215 | 151 | 0 | 40 | 61 | 23 | 25 | 63 | 75 |
| Binary | 11001110 | 10001101 | 1101001 | 0 | 100000 | 110001 | 10011 | 10101 | 110011 | 111101 |
Color Harmonies of #CE8D69
Complementary color
Monochromatic Colors of #CE8D69
Black with #CE8D69
Text Example
Text Example
White with #CE8D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8D69; }
p { color: rgb(206,141,105); }
H1.HeaderClassName
{
color: #CE8D69;
}
.AnyTagClassName
{
color: #CE8D69;
}
</style>
background-color css
<style>
a { background-color: #CE8D69; }
a { background-color: rgb(206,141,105); }
div.DivClassName
{
background-color: #CE8D69;
}
.BgClassName
{
background-color: #CE8D69;
}
</style>
border-color css
<style>
span { border-color: #CE8D69; }
span { border-color: rgb(206,141,105); }
td.TdClassName
{
border-color: #CE8D69;
}
.TagClassName
{
border-color: #CE8D69;
}
</style>