Shades of Whiskey #CE9965
Tints of Whiskey #CE9965
RGB
CMYK
RGB Variations
Color information
#CE9965 (or 0xCE9965) is known color: Whiskey. HEX triplet: CE, 99 and 65. RGB value is (206,153,101). Sum of RGB (Red+Green+Blue) = 206+153+101=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9965 is #31669A. Grayscale: #A3A3A3. Windows color (decimal): -3237531 or 6658510. OLE color: 6658510.
HSL color Cylindrical-coordinate representation of color #CE9965: hue angle of 29.71º 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 #CE9965 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 101 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.19 |
| HSL | 29.71º | 0.52% | 0.6% | - |
| HSV(B) | 29.71º | 0.51% | 0.81% | - |
| XYZ | 39.19 | 36.84 | 17.36 | - |
| YUV | 162.92 | 93.06 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 101 | 0 | 0.26 | 0.51 | 0.19 | 29.71 | 0.52 | 0.6 |
| Hex | CE | 99 | 65 | 0 | 1A | 33 | 13 | 1E | 34 | 3C |
| Octal | 316 | 231 | 145 | 0 | 32 | 63 | 23 | 36 | 64 | 74 |
| Binary | 11001110 | 10011001 | 1100101 | 0 | 11010 | 110011 | 10011 | 11110 | 110100 | 111100 |
Color Harmonies of #CE9965
Complementary color
Monochromatic Colors of #CE9965
Black with #CE9965
Text Example
Text Example
White with #CE9965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9965; }
p { color: rgb(206,153,101); }
H1.HeaderClassName
{
color: #CE9965;
}
.AnyTagClassName
{
color: #CE9965;
}
</style>
background-color css
<style>
a { background-color: #CE9965; }
a { background-color: rgb(206,153,101); }
div.DivClassName
{
background-color: #CE9965;
}
.BgClassName
{
background-color: #CE9965;
}
</style>
border-color css
<style>
span { border-color: #CE9965; }
span { border-color: rgb(206,153,101); }
td.TdClassName
{
border-color: #CE9965;
}
.TagClassName
{
border-color: #CE9965;
}
</style>