Shades of Whiskey Sour #CC955C
Tints of Whiskey Sour #CC955C
RGB
CMYK
RGB Variations
Color information
#CC955C (or 0xCC955C) is known color: Whiskey Sour. HEX triplet: CC, 95 and 5C. RGB value is (204,149,92). Sum of RGB (Red+Green+Blue) = 204+149+92=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC955C is #336AA3. Grayscale: #9F9F9F. Windows color (decimal): -3369636 or 6067660. OLE color: 6067660.
HSL color Cylindrical-coordinate representation of color #CC955C: hue angle of 30.54º 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 #CC955C is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 92 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.2 |
| HSL | 30.54º | 0.52% | 0.58% | - |
| HSV(B) | 30.54º | 0.55% | 0.8% | - |
| XYZ | 37.58 | 35.1 | 14.92 | - |
| YUV | 158.95 | 90.22 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 92 | 0 | 0.27 | 0.55 | 0.2 | 30.54 | 0.52 | 0.58 |
| Hex | CC | 95 | 5C | 0 | 1B | 37 | 14 | 1F | 34 | 3A |
| Octal | 314 | 225 | 134 | 0 | 33 | 67 | 24 | 37 | 64 | 72 |
| Binary | 11001100 | 10010101 | 1011100 | 0 | 11011 | 110111 | 10100 | 11111 | 110100 | 111010 |
Color Harmonies of #CC955C
Complementary color
Monochromatic Colors of #CC955C
Black with #CC955C
Text Example
Text Example
White with #CC955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC955C; }
p { color: rgb(204,149,92); }
H1.HeaderClassName
{
color: #CC955C;
}
.AnyTagClassName
{
color: #CC955C;
}
</style>
background-color css
<style>
a { background-color: #CC955C; }
a { background-color: rgb(204,149,92); }
div.DivClassName
{
background-color: #CC955C;
}
.BgClassName
{
background-color: #CC955C;
}
</style>
border-color css
<style>
span { border-color: #CC955C; }
span { border-color: rgb(204,149,92); }
td.TdClassName
{
border-color: #CC955C;
}
.TagClassName
{
border-color: #CC955C;
}
</style>