Shades of Whiskey Sour #CC8C5B
Tints of Whiskey Sour #CC8C5B
RGB
CMYK
RGB Variations
Color information
#CC8C5B (or 0xCC8C5B) is known color: Whiskey Sour. HEX triplet: CC, 8C and 5B. RGB value is (204,140,91). Sum of RGB (Red+Green+Blue) = 204+140+91=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8C5B is #3373A4. Grayscale: #999999. Windows color (decimal): -3371941 or 5999820. OLE color: 5999820.
HSL color Cylindrical-coordinate representation of color #CC8C5B: hue angle of 26.02º 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 #CC8C5B is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 140 | 91 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.2 |
| HSL | 26.02º | 0.53% | 0.58% | - |
| HSV(B) | 26.02º | 0.55% | 0.8% | - |
| XYZ | 36.17 | 32.35 | 14.24 | - |
| YUV | 153.55 | 92.7 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 91 | 0 | 0.31 | 0.55 | 0.2 | 26.02 | 0.53 | 0.58 |
| Hex | CC | 8C | 5B | 0 | 1F | 37 | 14 | 1A | 35 | 3A |
| Octal | 314 | 214 | 133 | 0 | 37 | 67 | 24 | 32 | 65 | 72 |
| Binary | 11001100 | 10001100 | 1011011 | 0 | 11111 | 110111 | 10100 | 11010 | 110101 | 111010 |
Color Harmonies of #CC8C5B
Complementary color
Monochromatic Colors of #CC8C5B
Black with #CC8C5B
Text Example
Text Example
White with #CC8C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8C5B; }
p { color: rgb(204,140,91); }
H1.HeaderClassName
{
color: #CC8C5B;
}
.AnyTagClassName
{
color: #CC8C5B;
}
</style>
background-color css
<style>
a { background-color: #CC8C5B; }
a { background-color: rgb(204,140,91); }
div.DivClassName
{
background-color: #CC8C5B;
}
.BgClassName
{
background-color: #CC8C5B;
}
</style>
border-color css
<style>
span { border-color: #CC8C5B; }
span { border-color: rgb(204,140,91); }
td.TdClassName
{
border-color: #CC8C5B;
}
.TagClassName
{
border-color: #CC8C5B;
}
</style>