Shades of Whiskey #CE9768
Tints of Whiskey #CE9768
RGB
CMYK
RGB Variations
Color information
#CE9768 (or 0xCE9768) is known color: Whiskey. HEX triplet: CE, 97 and 68. RGB value is (206,151,104). Sum of RGB (Red+Green+Blue) = 206+151+104=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9768 is #316897. Grayscale: #A2A2A2. Windows color (decimal): -3238040 or 6854606. OLE color: 6854606.
HSL color Cylindrical-coordinate representation of color #CE9768: hue angle of 27.65º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE9768 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 104 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.19 |
| HSL | 27.65º | 0.51% | 0.61% | - |
| HSV(B) | 27.65º | 0.5% | 0.81% | - |
| XYZ | 39.02 | 36.25 | 18.04 | - |
| YUV | 162.09 | 95.22 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 104 | 0 | 0.27 | 0.50 | 0.19 | 27.65 | 0.51 | 0.61 |
| Hex | CE | 97 | 68 | 0 | 1B | 32 | 13 | 1C | 33 | 3D |
| Octal | 316 | 227 | 150 | 0 | 33 | 62 | 23 | 34 | 63 | 75 |
| Binary | 11001110 | 10010111 | 1101000 | 0 | 11011 | 110010 | 10011 | 11100 | 110011 | 111101 |
Color Harmonies of #CE9768
Complementary color
Monochromatic Colors of #CE9768
Black with #CE9768
Text Example
Text Example
White with #CE9768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9768; }
p { color: rgb(206,151,104); }
H1.HeaderClassName
{
color: #CE9768;
}
.AnyTagClassName
{
color: #CE9768;
}
</style>
background-color css
<style>
a { background-color: #CE9768; }
a { background-color: rgb(206,151,104); }
div.DivClassName
{
background-color: #CE9768;
}
.BgClassName
{
background-color: #CE9768;
}
</style>
border-color css
<style>
span { border-color: #CE9768; }
span { border-color: rgb(206,151,104); }
td.TdClassName
{
border-color: #CE9768;
}
.TagClassName
{
border-color: #CE9768;
}
</style>