Shades of Whiskey #CE9365
Tints of Whiskey #CE9365
RGB
CMYK
RGB Variations
Color information
#CE9365 (or 0xCE9365) is known color: Whiskey. HEX triplet: CE, 93 and 65. RGB value is (206,147,101). Sum of RGB (Red+Green+Blue) = 206+147+101=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9365 is #316C9A. Grayscale: #9F9F9F. Windows color (decimal): -3239067 or 6656974. OLE color: 6656974.
HSL color Cylindrical-coordinate representation of color #CE9365: hue angle of 26.29º 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 #CE9365 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 147 | 101 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.19 |
| HSL | 26.29º | 0.52% | 0.6% | - |
| HSV(B) | 26.29º | 0.51% | 0.81% | - |
| XYZ | 38.24 | 34.93 | 17.04 | - |
| YUV | 159.4 | 95.05 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 101 | 0 | 0.29 | 0.51 | 0.19 | 26.29 | 0.52 | 0.6 |
| Hex | CE | 93 | 65 | 0 | 1D | 33 | 13 | 1A | 34 | 3C |
| Octal | 316 | 223 | 145 | 0 | 35 | 63 | 23 | 32 | 64 | 74 |
| Binary | 11001110 | 10010011 | 1100101 | 0 | 11101 | 110011 | 10011 | 11010 | 110100 | 111100 |
Color Harmonies of #CE9365
Complementary color
Monochromatic Colors of #CE9365
Black with #CE9365
Text Example
Text Example
White with #CE9365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9365; }
p { color: rgb(206,147,101); }
H1.HeaderClassName
{
color: #CE9365;
}
.AnyTagClassName
{
color: #CE9365;
}
</style>
background-color css
<style>
a { background-color: #CE9365; }
a { background-color: rgb(206,147,101); }
div.DivClassName
{
background-color: #CE9365;
}
.BgClassName
{
background-color: #CE9365;
}
</style>
border-color css
<style>
span { border-color: #CE9365; }
span { border-color: rgb(206,147,101); }
td.TdClassName
{
border-color: #CE9365;
}
.TagClassName
{
border-color: #CE9365;
}
</style>