Shades of Whiskey Sour #CC8959
Tints of Whiskey Sour #CC8959
RGB
CMYK
RGB Variations
Color information
#CC8959 (or 0xCC8959) is known color: Whiskey Sour. HEX triplet: CC, 89 and 59. RGB value is (204,137,89). Sum of RGB (Red+Green+Blue) = 204+137+89=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8959 is #3376A6. Grayscale: #979797. Windows color (decimal): -3372711 or 5867980. OLE color: 5867980.
HSL color Cylindrical-coordinate representation of color #CC8959: hue angle of 25.04º 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 #CC8959 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 89 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.2 |
| HSL | 25.04º | 0.53% | 0.57% | - |
| HSV(B) | 25.04º | 0.56% | 0.8% | - |
| XYZ | 35.65 | 31.45 | 13.64 | - |
| YUV | 151.56 | 92.7 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 89 | 0 | 0.33 | 0.56 | 0.2 | 25.04 | 0.53 | 0.57 |
| Hex | CC | 89 | 59 | 0 | 21 | 38 | 14 | 19 | 35 | 39 |
| Octal | 314 | 211 | 131 | 0 | 41 | 70 | 24 | 31 | 65 | 71 |
| Binary | 11001100 | 10001001 | 1011001 | 0 | 100001 | 111000 | 10100 | 11001 | 110101 | 111001 |
Color Harmonies of #CC8959
Complementary color
Monochromatic Colors of #CC8959
Black with #CC8959
Text Example
Text Example
White with #CC8959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8959; }
p { color: rgb(204,137,89); }
H1.HeaderClassName
{
color: #CC8959;
}
.AnyTagClassName
{
color: #CC8959;
}
</style>
background-color css
<style>
a { background-color: #CC8959; }
a { background-color: rgb(204,137,89); }
div.DivClassName
{
background-color: #CC8959;
}
.BgClassName
{
background-color: #CC8959;
}
</style>
border-color css
<style>
span { border-color: #CC8959; }
span { border-color: rgb(204,137,89); }
td.TdClassName
{
border-color: #CC8959;
}
.TagClassName
{
border-color: #CC8959;
}
</style>