Shades of Whiskey #CE8961
Tints of Whiskey #CE8961
RGB
CMYK
RGB Variations
Color information
#CE8961 (or 0xCE8961) is known color: Whiskey. HEX triplet: CE, 89 and 61. RGB value is (206,137,97). Sum of RGB (Red+Green+Blue) = 206+137+97=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8961 is #31769E. Grayscale: #999999. Windows color (decimal): -3241631 or 6392270. OLE color: 6392270.
HSL color Cylindrical-coordinate representation of color #CE8961: hue angle of 22.02º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE8961 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 137 | 97 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.19 |
| HSL | 22.02º | 0.53% | 0.59% | - |
| HSV(B) | 22.02º | 0.53% | 0.81% | - |
| XYZ | 36.56 | 31.88 | 15.54 | - |
| YUV | 153.07 | 96.36 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 97 | 0 | 0.33 | 0.53 | 0.19 | 22.02 | 0.53 | 0.59 |
| Hex | CE | 89 | 61 | 0 | 21 | 35 | 13 | 16 | 35 | 3B |
| Octal | 316 | 211 | 141 | 0 | 41 | 65 | 23 | 26 | 65 | 73 |
| Binary | 11001110 | 10001001 | 1100001 | 0 | 100001 | 110101 | 10011 | 10110 | 110101 | 111011 |
Color Harmonies of #CE8961
Complementary color
Monochromatic Colors of #CE8961
Black with #CE8961
Text Example
Text Example
White with #CE8961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8961; }
p { color: rgb(206,137,97); }
H1.HeaderClassName
{
color: #CE8961;
}
.AnyTagClassName
{
color: #CE8961;
}
</style>
background-color css
<style>
a { background-color: #CE8961; }
a { background-color: rgb(206,137,97); }
div.DivClassName
{
background-color: #CE8961;
}
.BgClassName
{
background-color: #CE8961;
}
</style>
border-color css
<style>
span { border-color: #CE8961; }
span { border-color: rgb(206,137,97); }
td.TdClassName
{
border-color: #CE8961;
}
.TagClassName
{
border-color: #CE8961;
}
</style>