Shades of Whiskey Sour #CC9059
Tints of Whiskey Sour #CC9059
RGB
CMYK
RGB Variations
Color information
#CC9059 (or 0xCC9059) is known color: Whiskey Sour. HEX triplet: CC, 90 and 59. RGB value is (204,144,89). Sum of RGB (Red+Green+Blue) = 204+144+89=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9059 is #336FA6. Grayscale: #9B9B9B. Windows color (decimal): -3370919 or 5869772. OLE color: 5869772.
HSL color Cylindrical-coordinate representation of color #CC9059: hue angle of 28.7º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC9059 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 89 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.2 |
| HSL | 28.7º | 0.53% | 0.57% | - |
| HSV(B) | 28.7º | 0.56% | 0.8% | - |
| XYZ | 36.68 | 33.51 | 13.99 | - |
| YUV | 155.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 89 | 0 | 0.29 | 0.56 | 0.2 | 28.7 | 0.53 | 0.57 |
| Hex | CC | 90 | 59 | 0 | 1D | 38 | 14 | 1D | 35 | 39 |
| Octal | 314 | 220 | 131 | 0 | 35 | 70 | 24 | 35 | 65 | 71 |
| Binary | 11001100 | 10010000 | 1011001 | 0 | 11101 | 111000 | 10100 | 11101 | 110101 | 111001 |
Color Harmonies of #CC9059
Complementary color
Monochromatic Colors of #CC9059
Black with #CC9059
Text Example
Text Example
White with #CC9059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9059; }
p { color: rgb(204,144,89); }
H1.HeaderClassName
{
color: #CC9059;
}
.AnyTagClassName
{
color: #CC9059;
}
</style>
background-color css
<style>
a { background-color: #CC9059; }
a { background-color: rgb(204,144,89); }
div.DivClassName
{
background-color: #CC9059;
}
.BgClassName
{
background-color: #CC9059;
}
</style>
border-color css
<style>
span { border-color: #CC9059; }
span { border-color: rgb(204,144,89); }
td.TdClassName
{
border-color: #CC9059;
}
.TagClassName
{
border-color: #CC9059;
}
</style>