Shades of Whiskey Sour #CC9A5E
Tints of Whiskey Sour #CC9A5E
RGB
CMYK
RGB Variations
Color information
#CC9A5E (or 0xCC9A5E) is known color: Whiskey Sour. HEX triplet: CC, 9A and 5E. RGB value is (204,154,94). Sum of RGB (Red+Green+Blue) = 204+154+94=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9A5E is #3365A1. Grayscale: #A2A2A2. Windows color (decimal): -3368354 or 6200012. OLE color: 6200012.
HSL color Cylindrical-coordinate representation of color #CC9A5E: hue angle of 32.73º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC9A5E is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 154 | 94 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.2 |
| HSL | 32.73º | 0.52% | 0.58% | - |
| HSV(B) | 32.73º | 0.54% | 0.8% | - |
| XYZ | 38.48 | 36.76 | 15.66 | - |
| YUV | 162.11 | 89.57 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 154 | 94 | 0 | 0.25 | 0.54 | 0.2 | 32.73 | 0.52 | 0.58 |
| Hex | CC | 9A | 5E | 0 | 19 | 36 | 14 | 21 | 34 | 3A |
| Octal | 314 | 232 | 136 | 0 | 31 | 66 | 24 | 41 | 64 | 72 |
| Binary | 11001100 | 10011010 | 1011110 | 0 | 11001 | 110110 | 10100 | 100001 | 110100 | 111010 |
Color Harmonies of #CC9A5E
Complementary color
Monochromatic Colors of #CC9A5E
Black with #CC9A5E
Text Example
Text Example
White with #CC9A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9A5E; }
p { color: rgb(204,154,94); }
H1.HeaderClassName
{
color: #CC9A5E;
}
.AnyTagClassName
{
color: #CC9A5E;
}
</style>
background-color css
<style>
a { background-color: #CC9A5E; }
a { background-color: rgb(204,154,94); }
div.DivClassName
{
background-color: #CC9A5E;
}
.BgClassName
{
background-color: #CC9A5E;
}
</style>
border-color css
<style>
span { border-color: #CC9A5E; }
span { border-color: rgb(204,154,94); }
td.TdClassName
{
border-color: #CC9A5E;
}
.TagClassName
{
border-color: #CC9A5E;
}
</style>