Shades of Whiskey Sour #CC8858
Tints of Whiskey Sour #CC8858
RGB
CMYK
RGB Variations
Color information
#CC8858 (or 0xCC8858) is known color: Whiskey Sour. HEX triplet: CC, 88 and 58. RGB value is (204,136,88). Sum of RGB (Red+Green+Blue) = 204+136+88=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8858 is #3377A7. Grayscale: #979797. Windows color (decimal): -3372968 or 5802188. OLE color: 5802188.
HSL color Cylindrical-coordinate representation of color #CC8858: hue angle of 24.83º 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 #CC8858 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 88 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.2 |
| HSL | 24.83º | 0.53% | 0.57% | - |
| HSV(B) | 24.83º | 0.57% | 0.8% | - |
| XYZ | 35.47 | 31.15 | 13.38 | - |
| YUV | 150.86 | 92.53 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 88 | 0 | 0.33 | 0.57 | 0.2 | 24.83 | 0.53 | 0.57 |
| Hex | CC | 88 | 58 | 0 | 21 | 39 | 14 | 19 | 35 | 39 |
| Octal | 314 | 210 | 130 | 0 | 41 | 71 | 24 | 31 | 65 | 71 |
| Binary | 11001100 | 10001000 | 1011000 | 0 | 100001 | 111001 | 10100 | 11001 | 110101 | 111001 |
Color Harmonies of #CC8858
Complementary color
Monochromatic Colors of #CC8858
Black with #CC8858
Text Example
Text Example
White with #CC8858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8858; }
p { color: rgb(204,136,88); }
H1.HeaderClassName
{
color: #CC8858;
}
.AnyTagClassName
{
color: #CC8858;
}
</style>
background-color css
<style>
a { background-color: #CC8858; }
a { background-color: rgb(204,136,88); }
div.DivClassName
{
background-color: #CC8858;
}
.BgClassName
{
background-color: #CC8858;
}
</style>
border-color css
<style>
span { border-color: #CC8858; }
span { border-color: rgb(204,136,88); }
td.TdClassName
{
border-color: #CC8858;
}
.TagClassName
{
border-color: #CC8858;
}
</style>