Shades of Whiskey #CE9764
Tints of Whiskey #CE9764
RGB
CMYK
RGB Variations
Color information
#CE9764 (or 0xCE9764) is known color: Whiskey. HEX triplet: CE, 97 and 64. RGB value is (206,151,100). Sum of RGB (Red+Green+Blue) = 206+151+100=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9764 is #31689B. Grayscale: #A1A1A1. Windows color (decimal): -3238044 or 6592462. OLE color: 6592462.
HSL color Cylindrical-coordinate representation of color #CE9764: hue angle of 28.87º 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 #CE9764 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 100 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.19 |
| HSL | 28.87º | 0.52% | 0.6% | - |
| HSV(B) | 28.87º | 0.51% | 0.81% | - |
| XYZ | 38.82 | 36.18 | 16.99 | - |
| YUV | 161.63 | 93.22 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 100 | 0 | 0.27 | 0.51 | 0.19 | 28.87 | 0.52 | 0.6 |
| Hex | CE | 97 | 64 | 0 | 1B | 33 | 13 | 1D | 34 | 3C |
| Octal | 316 | 227 | 144 | 0 | 33 | 63 | 23 | 35 | 64 | 74 |
| Binary | 11001110 | 10010111 | 1100100 | 0 | 11011 | 110011 | 10011 | 11101 | 110100 | 111100 |
Color Harmonies of #CE9764
Complementary color
Monochromatic Colors of #CE9764
Black with #CE9764
Text Example
Text Example
White with #CE9764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9764; }
p { color: rgb(206,151,100); }
H1.HeaderClassName
{
color: #CE9764;
}
.AnyTagClassName
{
color: #CE9764;
}
</style>
background-color css
<style>
a { background-color: #CE9764; }
a { background-color: rgb(206,151,100); }
div.DivClassName
{
background-color: #CE9764;
}
.BgClassName
{
background-color: #CE9764;
}
</style>
border-color css
<style>
span { border-color: #CE9764; }
span { border-color: rgb(206,151,100); }
td.TdClassName
{
border-color: #CE9764;
}
.TagClassName
{
border-color: #CE9764;
}
</style>