Shades of Whiskey #CE946B
Tints of Whiskey #CE946B
RGB
CMYK
RGB Variations
Color information
#CE946B (or 0xCE946B) is known color: Whiskey. HEX triplet: CE, 94 and 6B. RGB value is (206,148,107). Sum of RGB (Red+Green+Blue) = 206+148+107=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE946B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE946B is #316B94. Grayscale: #A0A0A0. Windows color (decimal): -3238805 or 7050446. OLE color: 7050446.
HSL color Cylindrical-coordinate representation of color #CE946B: hue angle of 24.85º 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 #CE946B is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 107 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.19 |
| HSL | 24.85º | 0.5% | 0.61% | - |
| HSV(B) | 24.85º | 0.48% | 0.81% | - |
| XYZ | 38.7 | 35.36 | 18.7 | - |
| YUV | 160.67 | 97.72 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 107 | 0 | 0.28 | 0.48 | 0.19 | 24.85 | 0.5 | 0.61 |
| Hex | CE | 94 | 6B | 0 | 1C | 30 | 13 | 19 | 32 | 3D |
| Octal | 316 | 224 | 153 | 0 | 34 | 60 | 23 | 31 | 62 | 75 |
| Binary | 11001110 | 10010100 | 1101011 | 0 | 11100 | 110000 | 10011 | 11001 | 110010 | 111101 |
Color Harmonies of #CE946B
Complementary color
Monochromatic Colors of #CE946B
Black with #CE946B
Text Example
Text Example
White with #CE946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE946B; }
p { color: rgb(206,148,107); }
H1.HeaderClassName
{
color: #CE946B;
}
.AnyTagClassName
{
color: #CE946B;
}
</style>
background-color css
<style>
a { background-color: #CE946B; }
a { background-color: rgb(206,148,107); }
div.DivClassName
{
background-color: #CE946B;
}
.BgClassName
{
background-color: #CE946B;
}
</style>
border-color css
<style>
span { border-color: #CE946B; }
span { border-color: rgb(206,148,107); }
td.TdClassName
{
border-color: #CE946B;
}
.TagClassName
{
border-color: #CE946B;
}
</style>