Shades of Whiskey Sour #CE975A
Tints of Whiskey Sour #CE975A
RGB
CMYK
RGB Variations
Color information
#CE975A (or 0xCE975A) is known color: Whiskey Sour. HEX triplet: CE, 97 and 5A. RGB value is (206,151,90). Sum of RGB (Red+Green+Blue) = 206+151+90=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE975A is #3168A5. Grayscale: #A0A0A0. Windows color (decimal): -3238054 or 5937102. OLE color: 5937102.
HSL color Cylindrical-coordinate representation of color #CE975A: hue angle of 31.55º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE975A is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 90 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.19 |
| HSL | 31.55º | 0.54% | 0.58% | - |
| HSV(B) | 31.55º | 0.56% | 0.81% | - |
| XYZ | 38.37 | 35.99 | 14.6 | - |
| YUV | 160.49 | 88.22 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 90 | 0 | 0.27 | 0.56 | 0.19 | 31.55 | 0.54 | 0.58 |
| Hex | CE | 97 | 5A | 0 | 1B | 38 | 13 | 20 | 36 | 3A |
| Octal | 316 | 227 | 132 | 0 | 33 | 70 | 23 | 40 | 66 | 72 |
| Binary | 11001110 | 10010111 | 1011010 | 0 | 11011 | 111000 | 10011 | 100000 | 110110 | 111010 |
Color Harmonies of #CE975A
Complementary color
Monochromatic Colors of #CE975A
Black with #CE975A
Text Example
Text Example
White with #CE975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE975A; }
p { color: rgb(206,151,90); }
H1.HeaderClassName
{
color: #CE975A;
}
.AnyTagClassName
{
color: #CE975A;
}
</style>
background-color css
<style>
a { background-color: #CE975A; }
a { background-color: rgb(206,151,90); }
div.DivClassName
{
background-color: #CE975A;
}
.BgClassName
{
background-color: #CE975A;
}
</style>
border-color css
<style>
span { border-color: #CE975A; }
span { border-color: rgb(206,151,90); }
td.TdClassName
{
border-color: #CE975A;
}
.TagClassName
{
border-color: #CE975A;
}
</style>