Shades of Whiskey Sour #CE9460
Tints of Whiskey Sour #CE9460
RGB
CMYK
RGB Variations
Color information
#CE9460 (or 0xCE9460) is known color: Whiskey Sour. HEX triplet: CE, 94 and 60. RGB value is (206,148,96). Sum of RGB (Red+Green+Blue) = 206+148+96=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9460 is #316B9F. Grayscale: #9F9F9F. Windows color (decimal): -3238816 or 6329550. OLE color: 6329550.
HSL color Cylindrical-coordinate representation of color #CE9460: hue angle of 28.36º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE9460 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 96 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.19 |
| HSL | 28.36º | 0.53% | 0.59% | - |
| HSV(B) | 28.36º | 0.53% | 0.81% | - |
| XYZ | 38.15 | 35.15 | 15.84 | - |
| YUV | 159.41 | 92.22 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 96 | 0 | 0.28 | 0.53 | 0.19 | 28.36 | 0.53 | 0.59 |
| Hex | CE | 94 | 60 | 0 | 1C | 35 | 13 | 1C | 35 | 3B |
| Octal | 316 | 224 | 140 | 0 | 34 | 65 | 23 | 34 | 65 | 73 |
| Binary | 11001110 | 10010100 | 1100000 | 0 | 11100 | 110101 | 10011 | 11100 | 110101 | 111011 |
Color Harmonies of #CE9460
Complementary color
Monochromatic Colors of #CE9460
Black with #CE9460
Text Example
Text Example
White with #CE9460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9460; }
p { color: rgb(206,148,96); }
H1.HeaderClassName
{
color: #CE9460;
}
.AnyTagClassName
{
color: #CE9460;
}
</style>
background-color css
<style>
a { background-color: #CE9460; }
a { background-color: rgb(206,148,96); }
div.DivClassName
{
background-color: #CE9460;
}
.BgClassName
{
background-color: #CE9460;
}
</style>
border-color css
<style>
span { border-color: #CE9460; }
span { border-color: rgb(206,148,96); }
td.TdClassName
{
border-color: #CE9460;
}
.TagClassName
{
border-color: #CE9460;
}
</style>