Shades of Whiskey Sour #CC8D5A
Tints of Whiskey Sour #CC8D5A
RGB
CMYK
RGB Variations
Color information
#CC8D5A (or 0xCC8D5A) is known color: Whiskey Sour. HEX triplet: CC, 8D and 5A. RGB value is (204,141,90). Sum of RGB (Red+Green+Blue) = 204+141+90=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8D5A is #3372A5. Grayscale: #9A9A9A. Windows color (decimal): -3371686 or 5934540. OLE color: 5934540.
HSL color Cylindrical-coordinate representation of color #CC8D5A: hue angle of 26.84º 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 #CC8D5A is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 90 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.2 |
| HSL | 26.84º | 0.53% | 0.58% | - |
| HSV(B) | 26.84º | 0.56% | 0.8% | - |
| XYZ | 36.27 | 32.63 | 14.06 | - |
| YUV | 154.02 | 91.87 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 90 | 0 | 0.31 | 0.56 | 0.2 | 26.84 | 0.53 | 0.58 |
| Hex | CC | 8D | 5A | 0 | 1F | 38 | 14 | 1B | 35 | 3A |
| Octal | 314 | 215 | 132 | 0 | 37 | 70 | 24 | 33 | 65 | 72 |
| Binary | 11001100 | 10001101 | 1011010 | 0 | 11111 | 111000 | 10100 | 11011 | 110101 | 111010 |
Color Harmonies of #CC8D5A
Complementary color
Monochromatic Colors of #CC8D5A
Black with #CC8D5A
Text Example
Text Example
White with #CC8D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8D5A; }
p { color: rgb(204,141,90); }
H1.HeaderClassName
{
color: #CC8D5A;
}
.AnyTagClassName
{
color: #CC8D5A;
}
</style>
background-color css
<style>
a { background-color: #CC8D5A; }
a { background-color: rgb(204,141,90); }
div.DivClassName
{
background-color: #CC8D5A;
}
.BgClassName
{
background-color: #CC8D5A;
}
</style>
border-color css
<style>
span { border-color: #CC8D5A; }
span { border-color: rgb(204,141,90); }
td.TdClassName
{
border-color: #CC8D5A;
}
.TagClassName
{
border-color: #CC8D5A;
}
</style>