Shades of Whiskey Sour #CC935E
Tints of Whiskey Sour #CC935E
RGB
CMYK
RGB Variations
Color information
#CC935E (or 0xCC935E) is known color: Whiskey Sour. HEX triplet: CC, 93 and 5E. RGB value is (204,147,94). Sum of RGB (Red+Green+Blue) = 204+147+94=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC935E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC935E is #336CA1. Grayscale: #9E9E9E. Windows color (decimal): -3370146 or 6198220. OLE color: 6198220.
HSL color Cylindrical-coordinate representation of color #CC935E: hue angle of 28.91º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC935E is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 94 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.2 |
| HSL | 28.91º | 0.52% | 0.58% | - |
| HSV(B) | 28.91º | 0.54% | 0.8% | - |
| XYZ | 37.36 | 34.51 | 15.28 | - |
| YUV | 158 | 91.88 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 94 | 0 | 0.28 | 0.54 | 0.2 | 28.91 | 0.52 | 0.58 |
| Hex | CC | 93 | 5E | 0 | 1C | 36 | 14 | 1D | 34 | 3A |
| Octal | 314 | 223 | 136 | 0 | 34 | 66 | 24 | 35 | 64 | 72 |
| Binary | 11001100 | 10010011 | 1011110 | 0 | 11100 | 110110 | 10100 | 11101 | 110100 | 111010 |
Color Harmonies of #CC935E
Complementary color
Monochromatic Colors of #CC935E
Black with #CC935E
Text Example
Text Example
White with #CC935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC935E; }
p { color: rgb(204,147,94); }
H1.HeaderClassName
{
color: #CC935E;
}
.AnyTagClassName
{
color: #CC935E;
}
</style>
background-color css
<style>
a { background-color: #CC935E; }
a { background-color: rgb(204,147,94); }
div.DivClassName
{
background-color: #CC935E;
}
.BgClassName
{
background-color: #CC935E;
}
</style>
border-color css
<style>
span { border-color: #CC935E; }
span { border-color: rgb(204,147,94); }
td.TdClassName
{
border-color: #CC935E;
}
.TagClassName
{
border-color: #CC935E;
}
</style>