Shades of Whiskey Sour #CC8E5A
Tints of Whiskey Sour #CC8E5A
RGB
CMYK
RGB Variations
Color information
#CC8E5A (or 0xCC8E5A) is known color: Whiskey Sour. HEX triplet: CC, 8E and 5A. RGB value is (204,142,90). Sum of RGB (Red+Green+Blue) = 204+142+90=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8E5A is #3371A5. Grayscale: #9A9A9A. Windows color (decimal): -3371430 or 5934796. OLE color: 5934796.
HSL color Cylindrical-coordinate representation of color #CC8E5A: hue angle of 27.37º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC8E5A is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 142 | 90 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.2 |
| HSL | 27.37º | 0.53% | 0.58% | - |
| HSV(B) | 27.37º | 0.56% | 0.8% | - |
| XYZ | 36.42 | 32.92 | 14.11 | - |
| YUV | 154.61 | 91.54 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 142 | 90 | 0 | 0.30 | 0.56 | 0.2 | 27.37 | 0.53 | 0.58 |
| Hex | CC | 8E | 5A | 0 | 1E | 38 | 14 | 1B | 35 | 3A |
| Octal | 314 | 216 | 132 | 0 | 36 | 70 | 24 | 33 | 65 | 72 |
| Binary | 11001100 | 10001110 | 1011010 | 0 | 11110 | 111000 | 10100 | 11011 | 110101 | 111010 |
Color Harmonies of #CC8E5A
Complementary color
Monochromatic Colors of #CC8E5A
Black with #CC8E5A
Text Example
Text Example
White with #CC8E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8E5A; }
p { color: rgb(204,142,90); }
H1.HeaderClassName
{
color: #CC8E5A;
}
.AnyTagClassName
{
color: #CC8E5A;
}
</style>
background-color css
<style>
a { background-color: #CC8E5A; }
a { background-color: rgb(204,142,90); }
div.DivClassName
{
background-color: #CC8E5A;
}
.BgClassName
{
background-color: #CC8E5A;
}
</style>
border-color css
<style>
span { border-color: #CC8E5A; }
span { border-color: rgb(204,142,90); }
td.TdClassName
{
border-color: #CC8E5A;
}
.TagClassName
{
border-color: #CC8E5A;
}
</style>