Shades of Whiskey Sour #CC9A60
Tints of Whiskey Sour #CC9A60
RGB
CMYK
RGB Variations
Color information
#CC9A60 (or 0xCC9A60) is known color: Whiskey Sour. HEX triplet: CC, 9A and 60. RGB value is (204,154,96). Sum of RGB (Red+Green+Blue) = 204+154+96=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9A60 is #33659F. Grayscale: #A2A2A2. Windows color (decimal): -3368352 or 6331084. OLE color: 6331084.
HSL color Cylindrical-coordinate representation of color #CC9A60: hue angle of 32.22º 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 #CC9A60 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 154 | 96 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.2 |
| HSL | 32.22º | 0.51% | 0.59% | - |
| HSV(B) | 32.22º | 0.53% | 0.8% | - |
| XYZ | 38.57 | 36.79 | 16.14 | - |
| YUV | 162.34 | 90.57 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 154 | 96 | 0 | 0.25 | 0.53 | 0.2 | 32.22 | 0.51 | 0.59 |
| Hex | CC | 9A | 60 | 0 | 19 | 35 | 14 | 20 | 33 | 3B |
| Octal | 314 | 232 | 140 | 0 | 31 | 65 | 24 | 40 | 63 | 73 |
| Binary | 11001100 | 10011010 | 1100000 | 0 | 11001 | 110101 | 10100 | 100000 | 110011 | 111011 |
Color Harmonies of #CC9A60
Complementary color
Monochromatic Colors of #CC9A60
Black with #CC9A60
Text Example
Text Example
White with #CC9A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9A60; }
p { color: rgb(204,154,96); }
H1.HeaderClassName
{
color: #CC9A60;
}
.AnyTagClassName
{
color: #CC9A60;
}
</style>
background-color css
<style>
a { background-color: #CC9A60; }
a { background-color: rgb(204,154,96); }
div.DivClassName
{
background-color: #CC9A60;
}
.BgClassName
{
background-color: #CC9A60;
}
</style>
border-color css
<style>
span { border-color: #CC9A60; }
span { border-color: rgb(204,154,96); }
td.TdClassName
{
border-color: #CC9A60;
}
.TagClassName
{
border-color: #CC9A60;
}
</style>