Shades of Whiskey #CE9464
Tints of Whiskey #CE9464
RGB
CMYK
RGB Variations
Color information
#CE9464 (or 0xCE9464) is known color: Whiskey. HEX triplet: CE, 94 and 64. RGB value is (206,148,100). Sum of RGB (Red+Green+Blue) = 206+148+100=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9464 is #316B9B. Grayscale: #A0A0A0. Windows color (decimal): -3238812 or 6591694. OLE color: 6591694.
HSL color Cylindrical-coordinate representation of color #CE9464: hue angle of 27.17º 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 #CE9464 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 100 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.19 |
| HSL | 27.17º | 0.52% | 0.6% | - |
| HSV(B) | 27.17º | 0.51% | 0.81% | - |
| XYZ | 38.34 | 35.22 | 16.83 | - |
| YUV | 159.87 | 94.22 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 100 | 0 | 0.28 | 0.51 | 0.19 | 27.17 | 0.52 | 0.6 |
| Hex | CE | 94 | 64 | 0 | 1C | 33 | 13 | 1B | 34 | 3C |
| Octal | 316 | 224 | 144 | 0 | 34 | 63 | 23 | 33 | 64 | 74 |
| Binary | 11001110 | 10010100 | 1100100 | 0 | 11100 | 110011 | 10011 | 11011 | 110100 | 111100 |
Color Harmonies of #CE9464
Complementary color
Monochromatic Colors of #CE9464
Black with #CE9464
Text Example
Text Example
White with #CE9464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9464; }
p { color: rgb(206,148,100); }
H1.HeaderClassName
{
color: #CE9464;
}
.AnyTagClassName
{
color: #CE9464;
}
</style>
background-color css
<style>
a { background-color: #CE9464; }
a { background-color: rgb(206,148,100); }
div.DivClassName
{
background-color: #CE9464;
}
.BgClassName
{
background-color: #CE9464;
}
</style>
border-color css
<style>
span { border-color: #CE9464; }
span { border-color: rgb(206,148,100); }
td.TdClassName
{
border-color: #CE9464;
}
.TagClassName
{
border-color: #CE9464;
}
</style>