Shades of Whiskey #CE946C
Tints of Whiskey #CE946C
RGB
CMYK
RGB Variations
Color information
#CE946C (or 0xCE946C) is known color: Whiskey. HEX triplet: CE, 94 and 6C. RGB value is (206,148,108). Sum of RGB (Red+Green+Blue) = 206+148+108=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE946C is #316B93. Grayscale: #A1A1A1. Windows color (decimal): -3238804 or 7115982. OLE color: 7115982.
HSL color Cylindrical-coordinate representation of color #CE946C: hue angle of 24.49º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE946C is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 108 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.19 |
| HSL | 24.49º | 0.5% | 0.62% | - |
| HSV(B) | 24.49º | 0.48% | 0.81% | - |
| XYZ | 38.75 | 35.38 | 18.97 | - |
| YUV | 160.78 | 98.22 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 108 | 0 | 0.28 | 0.48 | 0.19 | 24.49 | 0.5 | 0.62 |
| Hex | CE | 94 | 6C | 0 | 1C | 30 | 13 | 18 | 32 | 3E |
| Octal | 316 | 224 | 154 | 0 | 34 | 60 | 23 | 30 | 62 | 76 |
| Binary | 11001110 | 10010100 | 1101100 | 0 | 11100 | 110000 | 10011 | 11000 | 110010 | 111110 |
Color Harmonies of #CE946C
Complementary color
Monochromatic Colors of #CE946C
Black with #CE946C
Text Example
Text Example
White with #CE946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE946C; }
p { color: rgb(206,148,108); }
H1.HeaderClassName
{
color: #CE946C;
}
.AnyTagClassName
{
color: #CE946C;
}
</style>
background-color css
<style>
a { background-color: #CE946C; }
a { background-color: rgb(206,148,108); }
div.DivClassName
{
background-color: #CE946C;
}
.BgClassName
{
background-color: #CE946C;
}
</style>
border-color css
<style>
span { border-color: #CE946C; }
span { border-color: rgb(206,148,108); }
td.TdClassName
{
border-color: #CE946C;
}
.TagClassName
{
border-color: #CE946C;
}
</style>