Shades of Whiskey #CE8F61
Tints of Whiskey #CE8F61
RGB
CMYK
RGB Variations
Color information
#CE8F61 (or 0xCE8F61) is known color: Whiskey. HEX triplet: CE, 8F and 61. RGB value is (206,143,97). Sum of RGB (Red+Green+Blue) = 206+143+97=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F61 is #31709E. Grayscale: #9C9C9C. Windows color (decimal): -3240095 or 6393806. OLE color: 6393806.
HSL color Cylindrical-coordinate representation of color #CE8F61: hue angle of 25.32º 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 #CE8F61 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 97 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.19 |
| HSL | 25.32º | 0.53% | 0.59% | - |
| HSV(B) | 25.32º | 0.53% | 0.81% | - |
| XYZ | 37.43 | 33.63 | 15.83 | - |
| YUV | 156.59 | 94.37 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 97 | 0 | 0.31 | 0.53 | 0.19 | 25.32 | 0.53 | 0.59 |
| Hex | CE | 8F | 61 | 0 | 1F | 35 | 13 | 19 | 35 | 3B |
| Octal | 316 | 217 | 141 | 0 | 37 | 65 | 23 | 31 | 65 | 73 |
| Binary | 11001110 | 10001111 | 1100001 | 0 | 11111 | 110101 | 10011 | 11001 | 110101 | 111011 |
Color Harmonies of #CE8F61
Complementary color
Monochromatic Colors of #CE8F61
Black with #CE8F61
Text Example
Text Example
White with #CE8F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8F61; }
p { color: rgb(206,143,97); }
H1.HeaderClassName
{
color: #CE8F61;
}
.AnyTagClassName
{
color: #CE8F61;
}
</style>
background-color css
<style>
a { background-color: #CE8F61; }
a { background-color: rgb(206,143,97); }
div.DivClassName
{
background-color: #CE8F61;
}
.BgClassName
{
background-color: #CE8F61;
}
</style>
border-color css
<style>
span { border-color: #CE8F61; }
span { border-color: rgb(206,143,97); }
td.TdClassName
{
border-color: #CE8F61;
}
.TagClassName
{
border-color: #CE8F61;
}
</style>