Shades of Whiskey Sour #CC8D5B
Tints of Whiskey Sour #CC8D5B
RGB
CMYK
RGB Variations
Color information
#CC8D5B (or 0xCC8D5B) is known color: Whiskey Sour. HEX triplet: CC, 8D and 5B. RGB value is (204,141,91). Sum of RGB (Red+Green+Blue) = 204+141+91=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8D5B is #3372A4. Grayscale: #9A9A9A. Windows color (decimal): -3371685 or 6000076. OLE color: 6000076.
HSL color Cylindrical-coordinate representation of color #CC8D5B: hue angle of 26.55º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC8D5B is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 91 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.2 |
| HSL | 26.55º | 0.53% | 0.58% | - |
| HSV(B) | 26.55º | 0.55% | 0.8% | - |
| XYZ | 36.32 | 32.64 | 14.28 | - |
| YUV | 154.14 | 92.37 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 91 | 0 | 0.31 | 0.55 | 0.2 | 26.55 | 0.53 | 0.58 |
| Hex | CC | 8D | 5B | 0 | 1F | 37 | 14 | 1B | 35 | 3A |
| Octal | 314 | 215 | 133 | 0 | 37 | 67 | 24 | 33 | 65 | 72 |
| Binary | 11001100 | 10001101 | 1011011 | 0 | 11111 | 110111 | 10100 | 11011 | 110101 | 111010 |
Color Harmonies of #CC8D5B
Complementary color
Monochromatic Colors of #CC8D5B
Black with #CC8D5B
Text Example
Text Example
White with #CC8D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8D5B; }
p { color: rgb(204,141,91); }
H1.HeaderClassName
{
color: #CC8D5B;
}
.AnyTagClassName
{
color: #CC8D5B;
}
</style>
background-color css
<style>
a { background-color: #CC8D5B; }
a { background-color: rgb(204,141,91); }
div.DivClassName
{
background-color: #CC8D5B;
}
.BgClassName
{
background-color: #CC8D5B;
}
</style>
border-color css
<style>
span { border-color: #CC8D5B; }
span { border-color: rgb(204,141,91); }
td.TdClassName
{
border-color: #CC8D5B;
}
.TagClassName
{
border-color: #CC8D5B;
}
</style>