Shades of Whiskey Sour #CC965E
Tints of Whiskey Sour #CC965E
RGB
CMYK
RGB Variations
Color information
#CC965E (or 0xCC965E) is known color: Whiskey Sour. HEX triplet: CC, 96 and 5E. RGB value is (204,150,94). Sum of RGB (Red+Green+Blue) = 204+150+94=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC965E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC965E is #3369A1. Grayscale: #A0A0A0. Windows color (decimal): -3369378 or 6198988. OLE color: 6198988.
HSL color Cylindrical-coordinate representation of color #CC965E: hue angle of 30.55º 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 #CC965E is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 94 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.2 |
| HSL | 30.55º | 0.52% | 0.58% | - |
| HSV(B) | 30.55º | 0.54% | 0.8% | - |
| XYZ | 37.83 | 35.46 | 15.44 | - |
| YUV | 159.76 | 90.89 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 94 | 0 | 0.26 | 0.54 | 0.2 | 30.55 | 0.52 | 0.58 |
| Hex | CC | 96 | 5E | 0 | 1A | 36 | 14 | 1F | 34 | 3A |
| Octal | 314 | 226 | 136 | 0 | 32 | 66 | 24 | 37 | 64 | 72 |
| Binary | 11001100 | 10010110 | 1011110 | 0 | 11010 | 110110 | 10100 | 11111 | 110100 | 111010 |
Color Harmonies of #CC965E
Complementary color
Monochromatic Colors of #CC965E
Black with #CC965E
Text Example
Text Example
White with #CC965E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC965E; }
p { color: rgb(204,150,94); }
H1.HeaderClassName
{
color: #CC965E;
}
.AnyTagClassName
{
color: #CC965E;
}
</style>
background-color css
<style>
a { background-color: #CC965E; }
a { background-color: rgb(204,150,94); }
div.DivClassName
{
background-color: #CC965E;
}
.BgClassName
{
background-color: #CC965E;
}
</style>
border-color css
<style>
span { border-color: #CC965E; }
span { border-color: rgb(204,150,94); }
td.TdClassName
{
border-color: #CC965E;
}
.TagClassName
{
border-color: #CC965E;
}
</style>