Shades of Whiskey #CE986B
Tints of Whiskey #CE986B
RGB
CMYK
RGB Variations
Color information
#CE986B (or 0xCE986B) is known color: Whiskey. HEX triplet: CE, 98 and 6B. RGB value is (206,152,107). Sum of RGB (Red+Green+Blue) = 206+152+107=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE986B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE986B is #316794. Grayscale: #A3A3A3. Windows color (decimal): -3237781 or 7051470. OLE color: 7051470.
HSL color Cylindrical-coordinate representation of color #CE986B: hue angle of 27.27º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE986B is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 107 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.19 |
| HSL | 27.27º | 0.5% | 0.61% | - |
| HSV(B) | 27.27º | 0.48% | 0.81% | - |
| XYZ | 39.34 | 36.64 | 18.91 | - |
| YUV | 163.02 | 96.39 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 107 | 0 | 0.26 | 0.48 | 0.19 | 27.27 | 0.5 | 0.61 |
| Hex | CE | 98 | 6B | 0 | 1A | 30 | 13 | 1B | 32 | 3D |
| Octal | 316 | 230 | 153 | 0 | 32 | 60 | 23 | 33 | 62 | 75 |
| Binary | 11001110 | 10011000 | 1101011 | 0 | 11010 | 110000 | 10011 | 11011 | 110010 | 111101 |
Color Harmonies of #CE986B
Complementary color
Monochromatic Colors of #CE986B
Black with #CE986B
Text Example
Text Example
White with #CE986B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE986B; }
p { color: rgb(206,152,107); }
H1.HeaderClassName
{
color: #CE986B;
}
.AnyTagClassName
{
color: #CE986B;
}
</style>
background-color css
<style>
a { background-color: #CE986B; }
a { background-color: rgb(206,152,107); }
div.DivClassName
{
background-color: #CE986B;
}
.BgClassName
{
background-color: #CE986B;
}
</style>
border-color css
<style>
span { border-color: #CE986B; }
span { border-color: rgb(206,152,107); }
td.TdClassName
{
border-color: #CE986B;
}
.TagClassName
{
border-color: #CE986B;
}
</style>