Shades of Whiskey #CE986A
Tints of Whiskey #CE986A
RGB
CMYK
RGB Variations
Color information
#CE986A (or 0xCE986A) is known color: Whiskey. HEX triplet: CE, 98 and 6A. RGB value is (206,152,106). Sum of RGB (Red+Green+Blue) = 206+152+106=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE986A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE986A is #316795. Grayscale: #A3A3A3. Windows color (decimal): -3237782 or 6985934. OLE color: 6985934.
HSL color Cylindrical-coordinate representation of color #CE986A: hue angle of 27.6º 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 #CE986A is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 106 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.19 |
| HSL | 27.6º | 0.51% | 0.61% | - |
| HSV(B) | 27.6º | 0.49% | 0.81% | - |
| XYZ | 39.28 | 36.62 | 18.63 | - |
| YUV | 162.9 | 95.89 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 106 | 0 | 0.26 | 0.49 | 0.19 | 27.6 | 0.51 | 0.61 |
| Hex | CE | 98 | 6A | 0 | 1A | 31 | 13 | 1C | 33 | 3D |
| Octal | 316 | 230 | 152 | 0 | 32 | 61 | 23 | 34 | 63 | 75 |
| Binary | 11001110 | 10011000 | 1101010 | 0 | 11010 | 110001 | 10011 | 11100 | 110011 | 111101 |
Color Harmonies of #CE986A
Complementary color
Monochromatic Colors of #CE986A
Black with #CE986A
Text Example
Text Example
White with #CE986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE986A; }
p { color: rgb(206,152,106); }
H1.HeaderClassName
{
color: #CE986A;
}
.AnyTagClassName
{
color: #CE986A;
}
</style>
background-color css
<style>
a { background-color: #CE986A; }
a { background-color: rgb(206,152,106); }
div.DivClassName
{
background-color: #CE986A;
}
.BgClassName
{
background-color: #CE986A;
}
</style>
border-color css
<style>
span { border-color: #CE986A; }
span { border-color: rgb(206,152,106); }
td.TdClassName
{
border-color: #CE986A;
}
.TagClassName
{
border-color: #CE986A;
}
</style>