Shades of Whiskey Sour #CE975F
Tints of Whiskey Sour #CE975F
RGB
CMYK
RGB Variations
Color information
#CE975F (or 0xCE975F) is known color: Whiskey Sour. HEX triplet: CE, 97 and 5F. RGB value is (206,151,95). Sum of RGB (Red+Green+Blue) = 206+151+95=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 95 (37.5% from 255 or 21.02% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE975F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE975F is #3168A0. Grayscale: #A1A1A1. Windows color (decimal): -3238049 or 6264782. OLE color: 6264782.
HSL color Cylindrical-coordinate representation of color #CE975F: hue angle of 30.27º 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 #CE975F is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 95 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.19 |
| HSL | 30.27º | 0.53% | 0.59% | - |
| HSV(B) | 30.27º | 0.54% | 0.81% | - |
| XYZ | 38.59 | 36.08 | 15.76 | - |
| YUV | 161.06 | 90.72 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 95 | 0 | 0.27 | 0.54 | 0.19 | 30.27 | 0.53 | 0.59 |
| Hex | CE | 97 | 5F | 0 | 1B | 36 | 13 | 1E | 35 | 3B |
| Octal | 316 | 227 | 137 | 0 | 33 | 66 | 23 | 36 | 65 | 73 |
| Binary | 11001110 | 10010111 | 1011111 | 0 | 11011 | 110110 | 10011 | 11110 | 110101 | 111011 |
Color Harmonies of #CE975F
Complementary color
Monochromatic Colors of #CE975F
Black with #CE975F
Text Example
Text Example
White with #CE975F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE975F; }
p { color: rgb(206,151,95); }
H1.HeaderClassName
{
color: #CE975F;
}
.AnyTagClassName
{
color: #CE975F;
}
</style>
background-color css
<style>
a { background-color: #CE975F; }
a { background-color: rgb(206,151,95); }
div.DivClassName
{
background-color: #CE975F;
}
.BgClassName
{
background-color: #CE975F;
}
</style>
border-color css
<style>
span { border-color: #CE975F; }
span { border-color: rgb(206,151,95); }
td.TdClassName
{
border-color: #CE975F;
}
.TagClassName
{
border-color: #CE975F;
}
</style>