Shades of Whiskey Sour #CC8C59
Tints of Whiskey Sour #CC8C59
RGB
CMYK
RGB Variations
Color information
#CC8C59 (or 0xCC8C59) is known color: Whiskey Sour. HEX triplet: CC, 8C and 59. RGB value is (204,140,89). Sum of RGB (Red+Green+Blue) = 204+140+89=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8C59 is #3373A6. Grayscale: #999999. Windows color (decimal): -3371943 or 5868748. OLE color: 5868748.
HSL color Cylindrical-coordinate representation of color #CC8C59: hue angle of 26.61º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC8C59 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 140 | 89 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.2 |
| HSL | 26.61º | 0.53% | 0.57% | - |
| HSV(B) | 26.61º | 0.56% | 0.8% | - |
| XYZ | 36.08 | 32.31 | 13.79 | - |
| YUV | 153.32 | 91.7 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 89 | 0 | 0.31 | 0.56 | 0.2 | 26.61 | 0.53 | 0.57 |
| Hex | CC | 8C | 59 | 0 | 1F | 38 | 14 | 1B | 35 | 39 |
| Octal | 314 | 214 | 131 | 0 | 37 | 70 | 24 | 33 | 65 | 71 |
| Binary | 11001100 | 10001100 | 1011001 | 0 | 11111 | 111000 | 10100 | 11011 | 110101 | 111001 |
Color Harmonies of #CC8C59
Complementary color
Monochromatic Colors of #CC8C59
Black with #CC8C59
Text Example
Text Example
White with #CC8C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8C59; }
p { color: rgb(204,140,89); }
H1.HeaderClassName
{
color: #CC8C59;
}
.AnyTagClassName
{
color: #CC8C59;
}
</style>
background-color css
<style>
a { background-color: #CC8C59; }
a { background-color: rgb(204,140,89); }
div.DivClassName
{
background-color: #CC8C59;
}
.BgClassName
{
background-color: #CC8C59;
}
</style>
border-color css
<style>
span { border-color: #CC8C59; }
span { border-color: rgb(204,140,89); }
td.TdClassName
{
border-color: #CC8C59;
}
.TagClassName
{
border-color: #CC8C59;
}
</style>