Shades of Whiskey #CE9463
Tints of Whiskey #CE9463
RGB
CMYK
RGB Variations
Color information
#CE9463 (or 0xCE9463) is known color: Whiskey. HEX triplet: CE, 94 and 63. RGB value is (206,148,99). Sum of RGB (Red+Green+Blue) = 206+148+99=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9463 is #316B9C. Grayscale: #A0A0A0. Windows color (decimal): -3238813 or 6526158. OLE color: 6526158.
HSL color Cylindrical-coordinate representation of color #CE9463: hue angle of 27.48º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE9463 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 99 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.19 |
| HSL | 27.48º | 0.52% | 0.6% | - |
| HSV(B) | 27.48º | 0.52% | 0.81% | - |
| XYZ | 38.3 | 35.2 | 16.58 | - |
| YUV | 159.76 | 93.72 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 99 | 0 | 0.28 | 0.52 | 0.19 | 27.48 | 0.52 | 0.6 |
| Hex | CE | 94 | 63 | 0 | 1C | 34 | 13 | 1B | 34 | 3C |
| Octal | 316 | 224 | 143 | 0 | 34 | 64 | 23 | 33 | 64 | 74 |
| Binary | 11001110 | 10010100 | 1100011 | 0 | 11100 | 110100 | 10011 | 11011 | 110100 | 111100 |
Color Harmonies of #CE9463
Complementary color
Monochromatic Colors of #CE9463
Black with #CE9463
Text Example
Text Example
White with #CE9463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9463; }
p { color: rgb(206,148,99); }
H1.HeaderClassName
{
color: #CE9463;
}
.AnyTagClassName
{
color: #CE9463;
}
</style>
background-color css
<style>
a { background-color: #CE9463; }
a { background-color: rgb(206,148,99); }
div.DivClassName
{
background-color: #CE9463;
}
.BgClassName
{
background-color: #CE9463;
}
</style>
border-color css
<style>
span { border-color: #CE9463; }
span { border-color: rgb(206,148,99); }
td.TdClassName
{
border-color: #CE9463;
}
.TagClassName
{
border-color: #CE9463;
}
</style>