Shades of Whiskey Sour #CE975B
Tints of Whiskey Sour #CE975B
RGB
CMYK
RGB Variations
Color information
#CE975B (or 0xCE975B) is known color: Whiskey Sour. HEX triplet: CE, 97 and 5B. RGB value is (206,151,91). Sum of RGB (Red+Green+Blue) = 206+151+91=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE975B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE975B is #3168A4. Grayscale: #A0A0A0. Windows color (decimal): -3238053 or 6002638. OLE color: 6002638.
HSL color Cylindrical-coordinate representation of color #CE975B: hue angle of 31.3º 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 #CE975B is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 91 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.19 |
| HSL | 31.3º | 0.54% | 0.58% | - |
| HSV(B) | 31.3º | 0.56% | 0.81% | - |
| XYZ | 38.41 | 36.01 | 14.82 | - |
| YUV | 160.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 91 | 0 | 0.27 | 0.56 | 0.19 | 31.3 | 0.54 | 0.58 |
| Hex | CE | 97 | 5B | 0 | 1B | 38 | 13 | 1F | 36 | 3A |
| Octal | 316 | 227 | 133 | 0 | 33 | 70 | 23 | 37 | 66 | 72 |
| Binary | 11001110 | 10010111 | 1011011 | 0 | 11011 | 111000 | 10011 | 11111 | 110110 | 111010 |
Color Harmonies of #CE975B
Complementary color
Monochromatic Colors of #CE975B
Black with #CE975B
Text Example
Text Example
White with #CE975B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE975B; }
p { color: rgb(206,151,91); }
H1.HeaderClassName
{
color: #CE975B;
}
.AnyTagClassName
{
color: #CE975B;
}
</style>
background-color css
<style>
a { background-color: #CE975B; }
a { background-color: rgb(206,151,91); }
div.DivClassName
{
background-color: #CE975B;
}
.BgClassName
{
background-color: #CE975B;
}
</style>
border-color css
<style>
span { border-color: #CE975B; }
span { border-color: rgb(206,151,91); }
td.TdClassName
{
border-color: #CE975B;
}
.TagClassName
{
border-color: #CE975B;
}
</style>