Shades of Whiskey Sour #CC965C
Tints of Whiskey Sour #CC965C
RGB
CMYK
RGB Variations
Color information
#CC965C (or 0xCC965C) is known color: Whiskey Sour. HEX triplet: CC, 96 and 5C. RGB value is (204,150,92). Sum of RGB (Red+Green+Blue) = 204+150+92=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC965C is #3369A3. Grayscale: #9F9F9F. Windows color (decimal): -3369380 or 6067916. OLE color: 6067916.
HSL color Cylindrical-coordinate representation of color #CC965C: hue angle of 31.07º degrees, saturation: 0.52, 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 #CC965C is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 92 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.2 |
| HSL | 31.07º | 0.52% | 0.58% | - |
| HSV(B) | 31.07º | 0.55% | 0.8% | - |
| XYZ | 37.74 | 35.42 | 14.97 | - |
| YUV | 159.53 | 89.89 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 92 | 0 | 0.26 | 0.55 | 0.2 | 31.07 | 0.52 | 0.58 |
| Hex | CC | 96 | 5C | 0 | 1A | 37 | 14 | 1F | 34 | 3A |
| Octal | 314 | 226 | 134 | 0 | 32 | 67 | 24 | 37 | 64 | 72 |
| Binary | 11001100 | 10010110 | 1011100 | 0 | 11010 | 110111 | 10100 | 11111 | 110100 | 111010 |
Color Harmonies of #CC965C
Complementary color
Monochromatic Colors of #CC965C
Black with #CC965C
Text Example
Text Example
White with #CC965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC965C; }
p { color: rgb(204,150,92); }
H1.HeaderClassName
{
color: #CC965C;
}
.AnyTagClassName
{
color: #CC965C;
}
</style>
background-color css
<style>
a { background-color: #CC965C; }
a { background-color: rgb(204,150,92); }
div.DivClassName
{
background-color: #CC965C;
}
.BgClassName
{
background-color: #CC965C;
}
</style>
border-color css
<style>
span { border-color: #CC965C; }
span { border-color: rgb(204,150,92); }
td.TdClassName
{
border-color: #CC965C;
}
.TagClassName
{
border-color: #CC965C;
}
</style>