Shades of Whiskey Sour #CE975E
Tints of Whiskey Sour #CE975E
RGB
CMYK
RGB Variations
Color information
#CE975E (or 0xCE975E) is known color: Whiskey Sour. HEX triplet: CE, 97 and 5E. RGB value is (206,151,94). Sum of RGB (Red+Green+Blue) = 206+151+94=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE975E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE975E is #3168A1. Grayscale: #A1A1A1. Windows color (decimal): -3238050 or 6199246. OLE color: 6199246.
HSL color Cylindrical-coordinate representation of color #CE975E: hue angle of 30.54º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE975E is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 94 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.19 |
| HSL | 30.54º | 0.53% | 0.59% | - |
| HSV(B) | 30.54º | 0.54% | 0.81% | - |
| XYZ | 38.54 | 36.06 | 15.52 | - |
| YUV | 160.95 | 90.22 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 94 | 0 | 0.27 | 0.54 | 0.19 | 30.54 | 0.53 | 0.59 |
| Hex | CE | 97 | 5E | 0 | 1B | 36 | 13 | 1F | 35 | 3B |
| Octal | 316 | 227 | 136 | 0 | 33 | 66 | 23 | 37 | 65 | 73 |
| Binary | 11001110 | 10010111 | 1011110 | 0 | 11011 | 110110 | 10011 | 11111 | 110101 | 111011 |
Color Harmonies of #CE975E
Complementary color
Monochromatic Colors of #CE975E
Black with #CE975E
Text Example
Text Example
White with #CE975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE975E; }
p { color: rgb(206,151,94); }
H1.HeaderClassName
{
color: #CE975E;
}
.AnyTagClassName
{
color: #CE975E;
}
</style>
background-color css
<style>
a { background-color: #CE975E; }
a { background-color: rgb(206,151,94); }
div.DivClassName
{
background-color: #CE975E;
}
.BgClassName
{
background-color: #CE975E;
}
</style>
border-color css
<style>
span { border-color: #CE975E; }
span { border-color: rgb(206,151,94); }
td.TdClassName
{
border-color: #CE975E;
}
.TagClassName
{
border-color: #CE975E;
}
</style>