Shades of Whiskey Sour #CC8856
Tints of Whiskey Sour #CC8856
RGB
CMYK
RGB Variations
Color information
#CC8856 (or 0xCC8856) is known color: Whiskey Sour. HEX triplet: CC, 88 and 56. RGB value is (204,136,86). Sum of RGB (Red+Green+Blue) = 204+136+86=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8856 is #3377A9. Grayscale: #969696. Windows color (decimal): -3372970 or 5671116. OLE color: 5671116.
HSL color Cylindrical-coordinate representation of color #CC8856: hue angle of 25.42º 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 #CC8856 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 86 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.2 |
| HSL | 25.42º | 0.54% | 0.57% | - |
| HSV(B) | 25.42º | 0.58% | 0.8% | - |
| XYZ | 35.39 | 31.12 | 12.95 | - |
| YUV | 150.63 | 91.53 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 86 | 0 | 0.33 | 0.58 | 0.2 | 25.42 | 0.54 | 0.57 |
| Hex | CC | 88 | 56 | 0 | 21 | 3A | 14 | 19 | 36 | 39 |
| Octal | 314 | 210 | 126 | 0 | 41 | 72 | 24 | 31 | 66 | 71 |
| Binary | 11001100 | 10001000 | 1010110 | 0 | 100001 | 111010 | 10100 | 11001 | 110110 | 111001 |
Color Harmonies of #CC8856
Complementary color
Monochromatic Colors of #CC8856
Black with #CC8856
Text Example
Text Example
White with #CC8856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8856; }
p { color: rgb(204,136,86); }
H1.HeaderClassName
{
color: #CC8856;
}
.AnyTagClassName
{
color: #CC8856;
}
</style>
background-color css
<style>
a { background-color: #CC8856; }
a { background-color: rgb(204,136,86); }
div.DivClassName
{
background-color: #CC8856;
}
.BgClassName
{
background-color: #CC8856;
}
</style>
border-color css
<style>
span { border-color: #CC8856; }
span { border-color: rgb(204,136,86); }
td.TdClassName
{
border-color: #CC8856;
}
.TagClassName
{
border-color: #CC8856;
}
</style>