Shades of Whiskey Sour #CC945C
Tints of Whiskey Sour #CC945C
RGB
CMYK
RGB Variations
Color information
#CC945C (or 0xCC945C) is known color: Whiskey Sour. HEX triplet: CC, 94 and 5C. RGB value is (204,148,92). Sum of RGB (Red+Green+Blue) = 204+148+92=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC945C is #336BA3. Grayscale: #9E9E9E. Windows color (decimal): -3369892 or 6067404. OLE color: 6067404.
HSL color Cylindrical-coordinate representation of color #CC945C: hue angle of 30º 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 #CC945C is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 92 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.2 |
| HSL | 30º | 0.52% | 0.58% | - |
| HSV(B) | 30º | 0.55% | 0.8% | - |
| XYZ | 37.42 | 34.79 | 14.87 | - |
| YUV | 158.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 92 | 0 | 0.27 | 0.55 | 0.2 | 30 | 0.52 | 0.58 |
| Hex | CC | 94 | 5C | 0 | 1B | 37 | 14 | 1E | 34 | 3A |
| Octal | 314 | 224 | 134 | 0 | 33 | 67 | 24 | 36 | 64 | 72 |
| Binary | 11001100 | 10010100 | 1011100 | 0 | 11011 | 110111 | 10100 | 11110 | 110100 | 111010 |
Color Harmonies of #CC945C
Complementary color
Monochromatic Colors of #CC945C
Black with #CC945C
Text Example
Text Example
White with #CC945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC945C; }
p { color: rgb(204,148,92); }
H1.HeaderClassName
{
color: #CC945C;
}
.AnyTagClassName
{
color: #CC945C;
}
</style>
background-color css
<style>
a { background-color: #CC945C; }
a { background-color: rgb(204,148,92); }
div.DivClassName
{
background-color: #CC945C;
}
.BgClassName
{
background-color: #CC945C;
}
</style>
border-color css
<style>
span { border-color: #CC945C; }
span { border-color: rgb(204,148,92); }
td.TdClassName
{
border-color: #CC945C;
}
.TagClassName
{
border-color: #CC945C;
}
</style>