Shades of Whiskey #CE996A
Tints of Whiskey #CE996A
RGB
CMYK
RGB Variations
Color information
#CE996A (or 0xCE996A) is known color: Whiskey. HEX triplet: CE, 99 and 6A. RGB value is (206,153,106). Sum of RGB (Red+Green+Blue) = 206+153+106=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE996A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE996A is #316695. Grayscale: #A3A3A3. Windows color (decimal): -3237526 or 6986190. OLE color: 6986190.
HSL color Cylindrical-coordinate representation of color #CE996A: hue angle of 28.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE996A is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 106 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.19 |
| HSL | 28.2º | 0.51% | 0.61% | - |
| HSV(B) | 28.2º | 0.49% | 0.81% | - |
| XYZ | 39.45 | 36.94 | 18.69 | - |
| YUV | 163.49 | 95.56 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 106 | 0 | 0.26 | 0.49 | 0.19 | 28.2 | 0.51 | 0.61 |
| Hex | CE | 99 | 6A | 0 | 1A | 31 | 13 | 1C | 33 | 3D |
| Octal | 316 | 231 | 152 | 0 | 32 | 61 | 23 | 34 | 63 | 75 |
| Binary | 11001110 | 10011001 | 1101010 | 0 | 11010 | 110001 | 10011 | 11100 | 110011 | 111101 |
Color Harmonies of #CE996A
Complementary color
Monochromatic Colors of #CE996A
Black with #CE996A
Text Example
Text Example
White with #CE996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE996A; }
p { color: rgb(206,153,106); }
H1.HeaderClassName
{
color: #CE996A;
}
.AnyTagClassName
{
color: #CE996A;
}
</style>
background-color css
<style>
a { background-color: #CE996A; }
a { background-color: rgb(206,153,106); }
div.DivClassName
{
background-color: #CE996A;
}
.BgClassName
{
background-color: #CE996A;
}
</style>
border-color css
<style>
span { border-color: #CE996A; }
span { border-color: rgb(206,153,106); }
td.TdClassName
{
border-color: #CE996A;
}
.TagClassName
{
border-color: #CE996A;
}
</style>