Shades of Whiskey Sour #CC8955
Tints of Whiskey Sour #CC8955
RGB
CMYK
RGB Variations
Color information
#CC8955 (or 0xCC8955) is known color: Whiskey Sour. HEX triplet: CC, 89 and 55. RGB value is (204,137,85). Sum of RGB (Red+Green+Blue) = 204+137+85=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8955 is #3376AA. Grayscale: #979797. Windows color (decimal): -3372715 or 5605836. OLE color: 5605836.
HSL color Cylindrical-coordinate representation of color #CC8955: hue angle of 26.22º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC8955 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 85 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.2 |
| HSL | 26.22º | 0.54% | 0.57% | - |
| HSV(B) | 26.22º | 0.58% | 0.8% | - |
| XYZ | 35.49 | 31.38 | 12.78 | - |
| YUV | 151.11 | 90.7 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 85 | 0 | 0.33 | 0.58 | 0.2 | 26.22 | 0.54 | 0.57 |
| Hex | CC | 89 | 55 | 0 | 21 | 3A | 14 | 1A | 36 | 39 |
| Octal | 314 | 211 | 125 | 0 | 41 | 72 | 24 | 32 | 66 | 71 |
| Binary | 11001100 | 10001001 | 1010101 | 0 | 100001 | 111010 | 10100 | 11010 | 110110 | 111001 |
Color Harmonies of #CC8955
Complementary color
Monochromatic Colors of #CC8955
Black with #CC8955
Text Example
Text Example
White with #CC8955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8955; }
p { color: rgb(204,137,85); }
H1.HeaderClassName
{
color: #CC8955;
}
.AnyTagClassName
{
color: #CC8955;
}
</style>
background-color css
<style>
a { background-color: #CC8955; }
a { background-color: rgb(204,137,85); }
div.DivClassName
{
background-color: #CC8955;
}
.BgClassName
{
background-color: #CC8955;
}
</style>
border-color css
<style>
span { border-color: #CC8955; }
span { border-color: rgb(204,137,85); }
td.TdClassName
{
border-color: #CC8955;
}
.TagClassName
{
border-color: #CC8955;
}
</style>