Shades of Whiskey Sour #CC985C
Tints of Whiskey Sour #CC985C
RGB
CMYK
RGB Variations
Color information
#CC985C (or 0xCC985C) is known color: Whiskey Sour. HEX triplet: CC, 98 and 5C. RGB value is (204,152,92). Sum of RGB (Red+Green+Blue) = 204+152+92=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC985C is #3367A3. Grayscale: #A1A1A1. Windows color (decimal): -3368868 or 6068428. OLE color: 6068428.
HSL color Cylindrical-coordinate representation of color #CC985C: hue angle of 32.14º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC985C is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 92 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.2 |
| HSL | 32.14º | 0.52% | 0.58% | - |
| HSV(B) | 32.14º | 0.55% | 0.8% | - |
| XYZ | 38.06 | 36.07 | 15.08 | - |
| YUV | 160.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 92 | 0 | 0.25 | 0.55 | 0.2 | 32.14 | 0.52 | 0.58 |
| Hex | CC | 98 | 5C | 0 | 19 | 37 | 14 | 20 | 34 | 3A |
| Octal | 314 | 230 | 134 | 0 | 31 | 67 | 24 | 40 | 64 | 72 |
| Binary | 11001100 | 10011000 | 1011100 | 0 | 11001 | 110111 | 10100 | 100000 | 110100 | 111010 |
Color Harmonies of #CC985C
Complementary color
Monochromatic Colors of #CC985C
Black with #CC985C
Text Example
Text Example
White with #CC985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC985C; }
p { color: rgb(204,152,92); }
H1.HeaderClassName
{
color: #CC985C;
}
.AnyTagClassName
{
color: #CC985C;
}
</style>
background-color css
<style>
a { background-color: #CC985C; }
a { background-color: rgb(204,152,92); }
div.DivClassName
{
background-color: #CC985C;
}
.BgClassName
{
background-color: #CC985C;
}
</style>
border-color css
<style>
span { border-color: #CC985C; }
span { border-color: rgb(204,152,92); }
td.TdClassName
{
border-color: #CC985C;
}
.TagClassName
{
border-color: #CC985C;
}
</style>