Shades of Whiskey #CE9565
Tints of Whiskey #CE9565
RGB
CMYK
RGB Variations
Color information
#CE9565 (or 0xCE9565) is known color: Whiskey. HEX triplet: CE, 95 and 65. RGB value is (206,149,101). Sum of RGB (Red+Green+Blue) = 206+149+101=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9565 is #316A9A. Grayscale: #A0A0A0. Windows color (decimal): -3238555 or 6657486. OLE color: 6657486.
HSL color Cylindrical-coordinate representation of color #CE9565: hue angle of 27.43º 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 #CE9565 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 101 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.19 |
| HSL | 27.43º | 0.52% | 0.6% | - |
| HSV(B) | 27.43º | 0.51% | 0.81% | - |
| XYZ | 38.55 | 35.56 | 17.14 | - |
| YUV | 160.57 | 94.38 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 101 | 0 | 0.28 | 0.51 | 0.19 | 27.43 | 0.52 | 0.6 |
| Hex | CE | 95 | 65 | 0 | 1C | 33 | 13 | 1B | 34 | 3C |
| Octal | 316 | 225 | 145 | 0 | 34 | 63 | 23 | 33 | 64 | 74 |
| Binary | 11001110 | 10010101 | 1100101 | 0 | 11100 | 110011 | 10011 | 11011 | 110100 | 111100 |
Color Harmonies of #CE9565
Complementary color
Monochromatic Colors of #CE9565
Black with #CE9565
Text Example
Text Example
White with #CE9565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9565; }
p { color: rgb(206,149,101); }
H1.HeaderClassName
{
color: #CE9565;
}
.AnyTagClassName
{
color: #CE9565;
}
</style>
background-color css
<style>
a { background-color: #CE9565; }
a { background-color: rgb(206,149,101); }
div.DivClassName
{
background-color: #CE9565;
}
.BgClassName
{
background-color: #CE9565;
}
</style>
border-color css
<style>
span { border-color: #CE9565; }
span { border-color: rgb(206,149,101); }
td.TdClassName
{
border-color: #CE9565;
}
.TagClassName
{
border-color: #CE9565;
}
</style>