Shades of Whiskey #CE8F64
Tints of Whiskey #CE8F64
RGB
CMYK
RGB Variations
Color information
#CE8F64 (or 0xCE8F64) is known color: Whiskey. HEX triplet: CE, 8F and 64. RGB value is (206,143,100). Sum of RGB (Red+Green+Blue) = 206+143+100=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F64 is #31709B. Grayscale: #9D9D9D. Windows color (decimal): -3240092 or 6590414. OLE color: 6590414.
HSL color Cylindrical-coordinate representation of color #CE8F64: hue angle of 24.34º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE8F64 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 100 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.19 |
| HSL | 24.34º | 0.52% | 0.6% | - |
| HSV(B) | 24.34º | 0.51% | 0.81% | - |
| XYZ | 37.58 | 33.69 | 16.58 | - |
| YUV | 156.94 | 95.87 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 100 | 0 | 0.31 | 0.51 | 0.19 | 24.34 | 0.52 | 0.6 |
| Hex | CE | 8F | 64 | 0 | 1F | 33 | 13 | 18 | 34 | 3C |
| Octal | 316 | 217 | 144 | 0 | 37 | 63 | 23 | 30 | 64 | 74 |
| Binary | 11001110 | 10001111 | 1100100 | 0 | 11111 | 110011 | 10011 | 11000 | 110100 | 111100 |
Color Harmonies of #CE8F64
Complementary color
Monochromatic Colors of #CE8F64
Black with #CE8F64
Text Example
Text Example
White with #CE8F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8F64; }
p { color: rgb(206,143,100); }
H1.HeaderClassName
{
color: #CE8F64;
}
.AnyTagClassName
{
color: #CE8F64;
}
</style>
background-color css
<style>
a { background-color: #CE8F64; }
a { background-color: rgb(206,143,100); }
div.DivClassName
{
background-color: #CE8F64;
}
.BgClassName
{
background-color: #CE8F64;
}
</style>
border-color css
<style>
span { border-color: #CE8F64; }
span { border-color: rgb(206,143,100); }
td.TdClassName
{
border-color: #CE8F64;
}
.TagClassName
{
border-color: #CE8F64;
}
</style>