Shades of Whiskey Sour #CC8853
Tints of Whiskey Sour #CC8853
RGB
CMYK
RGB Variations
Color information
#CC8853 (or 0xCC8853) is known color: Whiskey Sour. HEX triplet: CC, 88 and 53. RGB value is (204,136,83). Sum of RGB (Red+Green+Blue) = 204+136+83=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8853 is #3377AC. Grayscale: #969696. Windows color (decimal): -3372973 or 5474508. OLE color: 5474508.
HSL color Cylindrical-coordinate representation of color #CC8853: hue angle of 26.28º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC8853 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 83 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.2 |
| HSL | 26.28º | 0.54% | 0.56% | - |
| HSV(B) | 26.28º | 0.59% | 0.8% | - |
| XYZ | 35.27 | 31.07 | 12.32 | - |
| YUV | 150.29 | 90.03 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 83 | 0 | 0.33 | 0.59 | 0.2 | 26.28 | 0.54 | 0.56 |
| Hex | CC | 88 | 53 | 0 | 21 | 3B | 14 | 1A | 36 | 38 |
| Octal | 314 | 210 | 123 | 0 | 41 | 73 | 24 | 32 | 66 | 70 |
| Binary | 11001100 | 10001000 | 1010011 | 0 | 100001 | 111011 | 10100 | 11010 | 110110 | 111000 |
Color Harmonies of #CC8853
Complementary color
Monochromatic Colors of #CC8853
Black with #CC8853
Text Example
Text Example
White with #CC8853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8853; }
p { color: rgb(204,136,83); }
H1.HeaderClassName
{
color: #CC8853;
}
.AnyTagClassName
{
color: #CC8853;
}
</style>
background-color css
<style>
a { background-color: #CC8853; }
a { background-color: rgb(204,136,83); }
div.DivClassName
{
background-color: #CC8853;
}
.BgClassName
{
background-color: #CC8853;
}
</style>
border-color css
<style>
span { border-color: #CC8853; }
span { border-color: rgb(204,136,83); }
td.TdClassName
{
border-color: #CC8853;
}
.TagClassName
{
border-color: #CC8853;
}
</style>