Shades of Whiskey #CE9763
Tints of Whiskey #CE9763
RGB
CMYK
RGB Variations
Color information
#CE9763 (or 0xCE9763) is known color: Whiskey. HEX triplet: CE, 97 and 63. RGB value is (206,151,99). Sum of RGB (Red+Green+Blue) = 206+151+99=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9763 is #31689C. Grayscale: #A1A1A1. Windows color (decimal): -3238045 or 6526926. OLE color: 6526926.
HSL color Cylindrical-coordinate representation of color #CE9763: hue angle of 29.16º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE9763 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 99 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.19 |
| HSL | 29.16º | 0.52% | 0.6% | - |
| HSV(B) | 29.16º | 0.52% | 0.81% | - |
| XYZ | 38.77 | 36.16 | 16.74 | - |
| YUV | 161.52 | 92.72 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 99 | 0 | 0.27 | 0.52 | 0.19 | 29.16 | 0.52 | 0.6 |
| Hex | CE | 97 | 63 | 0 | 1B | 34 | 13 | 1D | 34 | 3C |
| Octal | 316 | 227 | 143 | 0 | 33 | 64 | 23 | 35 | 64 | 74 |
| Binary | 11001110 | 10010111 | 1100011 | 0 | 11011 | 110100 | 10011 | 11101 | 110100 | 111100 |
Color Harmonies of #CE9763
Complementary color
Monochromatic Colors of #CE9763
Black with #CE9763
Text Example
Text Example
White with #CE9763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9763; }
p { color: rgb(206,151,99); }
H1.HeaderClassName
{
color: #CE9763;
}
.AnyTagClassName
{
color: #CE9763;
}
</style>
background-color css
<style>
a { background-color: #CE9763; }
a { background-color: rgb(206,151,99); }
div.DivClassName
{
background-color: #CE9763;
}
.BgClassName
{
background-color: #CE9763;
}
</style>
border-color css
<style>
span { border-color: #CE9763; }
span { border-color: rgb(206,151,99); }
td.TdClassName
{
border-color: #CE9763;
}
.TagClassName
{
border-color: #CE9763;
}
</style>