Shades of Whiskey Sour #CC8F57
Tints of Whiskey Sour #CC8F57
RGB
CMYK
RGB Variations
Color information
#CC8F57 (or 0xCC8F57) is known color: Whiskey Sour. HEX triplet: CC, 8F and 57. RGB value is (204,143,87). Sum of RGB (Red+Green+Blue) = 204+143+87=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 87 (34.38% from 255 or 20.05% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F57 is #3370A8. Grayscale: #9B9B9B. Windows color (decimal): -3371177 or 5738444. OLE color: 5738444.
HSL color Cylindrical-coordinate representation of color #CC8F57: hue angle of 28.72º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC8F57 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 87 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.2 |
| HSL | 28.72º | 0.53% | 0.57% | - |
| HSV(B) | 28.72º | 0.57% | 0.8% | - |
| XYZ | 36.44 | 33.17 | 13.5 | - |
| YUV | 154.86 | 89.71 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 87 | 0 | 0.30 | 0.57 | 0.2 | 28.72 | 0.53 | 0.57 |
| Hex | CC | 8F | 57 | 0 | 1E | 39 | 14 | 1D | 35 | 39 |
| Octal | 314 | 217 | 127 | 0 | 36 | 71 | 24 | 35 | 65 | 71 |
| Binary | 11001100 | 10001111 | 1010111 | 0 | 11110 | 111001 | 10100 | 11101 | 110101 | 111001 |
Color Harmonies of #CC8F57
Complementary color
Monochromatic Colors of #CC8F57
Black with #CC8F57
Text Example
Text Example
White with #CC8F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F57; }
p { color: rgb(204,143,87); }
H1.HeaderClassName
{
color: #CC8F57;
}
.AnyTagClassName
{
color: #CC8F57;
}
</style>
background-color css
<style>
a { background-color: #CC8F57; }
a { background-color: rgb(204,143,87); }
div.DivClassName
{
background-color: #CC8F57;
}
.BgClassName
{
background-color: #CC8F57;
}
</style>
border-color css
<style>
span { border-color: #CC8F57; }
span { border-color: rgb(204,143,87); }
td.TdClassName
{
border-color: #CC8F57;
}
.TagClassName
{
border-color: #CC8F57;
}
</style>