Shades of Whiskey Sour #CE965C
Tints of Whiskey Sour #CE965C
RGB
CMYK
RGB Variations
Color information
#CE965C (or 0xCE965C) is known color: Whiskey Sour. HEX triplet: CE, 96 and 5C. RGB value is (206,150,92). Sum of RGB (Red+Green+Blue) = 206+150+92=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE965C is #3169A3. Grayscale: #A0A0A0. Windows color (decimal): -3238308 or 6067918. OLE color: 6067918.
HSL color Cylindrical-coordinate representation of color #CE965C: hue angle of 30.53º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE965C is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 150 | 92 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.19 |
| HSL | 30.53º | 0.54% | 0.58% | - |
| HSV(B) | 30.53º | 0.55% | 0.81% | - |
| XYZ | 38.29 | 35.71 | 15 | - |
| YUV | 160.13 | 89.55 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 92 | 0 | 0.27 | 0.55 | 0.19 | 30.53 | 0.54 | 0.58 |
| Hex | CE | 96 | 5C | 0 | 1B | 37 | 13 | 1F | 36 | 3A |
| Octal | 316 | 226 | 134 | 0 | 33 | 67 | 23 | 37 | 66 | 72 |
| Binary | 11001110 | 10010110 | 1011100 | 0 | 11011 | 110111 | 10011 | 11111 | 110110 | 111010 |
Color Harmonies of #CE965C
Complementary color
Monochromatic Colors of #CE965C
Black with #CE965C
Text Example
Text Example
White with #CE965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE965C; }
p { color: rgb(206,150,92); }
H1.HeaderClassName
{
color: #CE965C;
}
.AnyTagClassName
{
color: #CE965C;
}
</style>
background-color css
<style>
a { background-color: #CE965C; }
a { background-color: rgb(206,150,92); }
div.DivClassName
{
background-color: #CE965C;
}
.BgClassName
{
background-color: #CE965C;
}
</style>
border-color css
<style>
span { border-color: #CE965C; }
span { border-color: rgb(206,150,92); }
td.TdClassName
{
border-color: #CE965C;
}
.TagClassName
{
border-color: #CE965C;
}
</style>