Shades of Whiskey Sour #CC985E
Tints of Whiskey Sour #CC985E
RGB
CMYK
RGB Variations
Color information
#CC985E (or 0xCC985E) is known color: Whiskey Sour. HEX triplet: CC, 98 and 5E. RGB value is (204,152,94). Sum of RGB (Red+Green+Blue) = 204+152+94=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC985E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC985E is #3367A1. Grayscale: #A1A1A1. Windows color (decimal): -3368866 or 6199500. OLE color: 6199500.
HSL color Cylindrical-coordinate representation of color #CC985E: hue angle of 31.64º 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 #CC985E is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 94 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.2 |
| HSL | 31.64º | 0.52% | 0.58% | - |
| HSV(B) | 31.64º | 0.54% | 0.8% | - |
| XYZ | 38.15 | 36.1 | 15.55 | - |
| YUV | 160.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 94 | 0 | 0.25 | 0.54 | 0.2 | 31.64 | 0.52 | 0.58 |
| Hex | CC | 98 | 5E | 0 | 19 | 36 | 14 | 20 | 34 | 3A |
| Octal | 314 | 230 | 136 | 0 | 31 | 66 | 24 | 40 | 64 | 72 |
| Binary | 11001100 | 10011000 | 1011110 | 0 | 11001 | 110110 | 10100 | 100000 | 110100 | 111010 |
Color Harmonies of #CC985E
Complementary color
Monochromatic Colors of #CC985E
Black with #CC985E
Text Example
Text Example
White with #CC985E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC985E; }
p { color: rgb(204,152,94); }
H1.HeaderClassName
{
color: #CC985E;
}
.AnyTagClassName
{
color: #CC985E;
}
</style>
background-color css
<style>
a { background-color: #CC985E; }
a { background-color: rgb(204,152,94); }
div.DivClassName
{
background-color: #CC985E;
}
.BgClassName
{
background-color: #CC985E;
}
</style>
border-color css
<style>
span { border-color: #CC985E; }
span { border-color: rgb(204,152,94); }
td.TdClassName
{
border-color: #CC985E;
}
.TagClassName
{
border-color: #CC985E;
}
</style>