Shades of Whiskey Sour #CE925C
Tints of Whiskey Sour #CE925C
RGB
CMYK
RGB Variations
Color information
#CE925C (or 0xCE925C) is known color: Whiskey Sour. HEX triplet: CE, 92 and 5C. RGB value is (206,146,92). Sum of RGB (Red+Green+Blue) = 206+146+92=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE925C is #316DA3. Grayscale: #9E9E9E. Windows color (decimal): -3239332 or 6066894. OLE color: 6066894.
HSL color Cylindrical-coordinate representation of color #CE925C: hue angle of 28.42º 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 #CE925C is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 92 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.19 |
| HSL | 28.42º | 0.54% | 0.58% | - |
| HSV(B) | 28.42º | 0.55% | 0.81% | - |
| XYZ | 37.66 | 34.45 | 14.79 | - |
| YUV | 157.78 | 90.88 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 92 | 0 | 0.29 | 0.55 | 0.19 | 28.42 | 0.54 | 0.58 |
| Hex | CE | 92 | 5C | 0 | 1D | 37 | 13 | 1C | 36 | 3A |
| Octal | 316 | 222 | 134 | 0 | 35 | 67 | 23 | 34 | 66 | 72 |
| Binary | 11001110 | 10010010 | 1011100 | 0 | 11101 | 110111 | 10011 | 11100 | 110110 | 111010 |
Color Harmonies of #CE925C
Complementary color
Monochromatic Colors of #CE925C
Black with #CE925C
Text Example
Text Example
White with #CE925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE925C; }
p { color: rgb(206,146,92); }
H1.HeaderClassName
{
color: #CE925C;
}
.AnyTagClassName
{
color: #CE925C;
}
</style>
background-color css
<style>
a { background-color: #CE925C; }
a { background-color: rgb(206,146,92); }
div.DivClassName
{
background-color: #CE925C;
}
.BgClassName
{
background-color: #CE925C;
}
</style>
border-color css
<style>
span { border-color: #CE925C; }
span { border-color: rgb(206,146,92); }
td.TdClassName
{
border-color: #CE925C;
}
.TagClassName
{
border-color: #CE925C;
}
</style>