Shades of Whiskey Sour #CC8F56
Tints of Whiskey Sour #CC8F56
RGB
CMYK
RGB Variations
Color information
#CC8F56 (or 0xCC8F56) is known color: Whiskey Sour. HEX triplet: CC, 8F and 56. RGB value is (204,143,86). Sum of RGB (Red+Green+Blue) = 204+143+86=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F56 is #3370A9. Grayscale: #9B9B9B. Windows color (decimal): -3371178 or 5672908. OLE color: 5672908.
HSL color Cylindrical-coordinate representation of color #CC8F56: hue angle of 28.98º 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 #CC8F56 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 86 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.2 |
| HSL | 28.98º | 0.54% | 0.57% | - |
| HSV(B) | 28.98º | 0.58% | 0.8% | - |
| XYZ | 36.4 | 33.15 | 13.28 | - |
| YUV | 154.74 | 89.21 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 86 | 0 | 0.30 | 0.58 | 0.2 | 28.98 | 0.54 | 0.57 |
| Hex | CC | 8F | 56 | 0 | 1E | 3A | 14 | 1D | 36 | 39 |
| Octal | 314 | 217 | 126 | 0 | 36 | 72 | 24 | 35 | 66 | 71 |
| Binary | 11001100 | 10001111 | 1010110 | 0 | 11110 | 111010 | 10100 | 11101 | 110110 | 111001 |
Color Harmonies of #CC8F56
Complementary color
Monochromatic Colors of #CC8F56
Black with #CC8F56
Text Example
Text Example
White with #CC8F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F56; }
p { color: rgb(204,143,86); }
H1.HeaderClassName
{
color: #CC8F56;
}
.AnyTagClassName
{
color: #CC8F56;
}
</style>
background-color css
<style>
a { background-color: #CC8F56; }
a { background-color: rgb(204,143,86); }
div.DivClassName
{
background-color: #CC8F56;
}
.BgClassName
{
background-color: #CC8F56;
}
</style>
border-color css
<style>
span { border-color: #CC8F56; }
span { border-color: rgb(204,143,86); }
td.TdClassName
{
border-color: #CC8F56;
}
.TagClassName
{
border-color: #CC8F56;
}
</style>