Shades of Whiskey Sour #CC9860
Tints of Whiskey Sour #CC9860
RGB
CMYK
RGB Variations
Color information
#CC9860 (or 0xCC9860) is known color: Whiskey Sour. HEX triplet: CC, 98 and 60. RGB value is (204,152,96). Sum of RGB (Red+Green+Blue) = 204+152+96=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9860 is #33679F. Grayscale: #A1A1A1. Windows color (decimal): -3368864 or 6330572. OLE color: 6330572.
HSL color Cylindrical-coordinate representation of color #CC9860: hue angle of 31.11º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC9860 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 96 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.2 |
| HSL | 31.11º | 0.51% | 0.59% | - |
| HSV(B) | 31.11º | 0.53% | 0.8% | - |
| XYZ | 38.24 | 36.14 | 16.03 | - |
| YUV | 161.16 | 91.23 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 96 | 0 | 0.25 | 0.53 | 0.2 | 31.11 | 0.51 | 0.59 |
| Hex | CC | 98 | 60 | 0 | 19 | 35 | 14 | 1F | 33 | 3B |
| Octal | 314 | 230 | 140 | 0 | 31 | 65 | 24 | 37 | 63 | 73 |
| Binary | 11001100 | 10011000 | 1100000 | 0 | 11001 | 110101 | 10100 | 11111 | 110011 | 111011 |
Color Harmonies of #CC9860
Complementary color
Monochromatic Colors of #CC9860
Black with #CC9860
Text Example
Text Example
White with #CC9860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9860; }
p { color: rgb(204,152,96); }
H1.HeaderClassName
{
color: #CC9860;
}
.AnyTagClassName
{
color: #CC9860;
}
</style>
background-color css
<style>
a { background-color: #CC9860; }
a { background-color: rgb(204,152,96); }
div.DivClassName
{
background-color: #CC9860;
}
.BgClassName
{
background-color: #CC9860;
}
</style>
border-color css
<style>
span { border-color: #CC9860; }
span { border-color: rgb(204,152,96); }
td.TdClassName
{
border-color: #CC9860;
}
.TagClassName
{
border-color: #CC9860;
}
</style>