Shades of Whiskey Sour #CC975C
Tints of Whiskey Sour #CC975C
RGB
CMYK
RGB Variations
Color information
#CC975C (or 0xCC975C) is known color: Whiskey Sour. HEX triplet: CC, 97 and 5C. RGB value is (204,151,92). Sum of RGB (Red+Green+Blue) = 204+151+92=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC975C is #3368A3. Grayscale: #A0A0A0. Windows color (decimal): -3369124 or 6068172. OLE color: 6068172.
HSL color Cylindrical-coordinate representation of color #CC975C: hue angle of 31.61º 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 #CC975C is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 92 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.2 |
| HSL | 31.61º | 0.52% | 0.58% | - |
| HSV(B) | 31.61º | 0.55% | 0.8% | - |
| XYZ | 37.9 | 35.74 | 15.03 | - |
| YUV | 160.12 | 89.56 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 92 | 0 | 0.26 | 0.55 | 0.2 | 31.61 | 0.52 | 0.58 |
| Hex | CC | 97 | 5C | 0 | 1A | 37 | 14 | 20 | 34 | 3A |
| Octal | 314 | 227 | 134 | 0 | 32 | 67 | 24 | 40 | 64 | 72 |
| Binary | 11001100 | 10010111 | 1011100 | 0 | 11010 | 110111 | 10100 | 100000 | 110100 | 111010 |
Color Harmonies of #CC975C
Complementary color
Monochromatic Colors of #CC975C
Black with #CC975C
Text Example
Text Example
White with #CC975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC975C; }
p { color: rgb(204,151,92); }
H1.HeaderClassName
{
color: #CC975C;
}
.AnyTagClassName
{
color: #CC975C;
}
</style>
background-color css
<style>
a { background-color: #CC975C; }
a { background-color: rgb(204,151,92); }
div.DivClassName
{
background-color: #CC975C;
}
.BgClassName
{
background-color: #CC975C;
}
</style>
border-color css
<style>
span { border-color: #CC975C; }
span { border-color: rgb(204,151,92); }
td.TdClassName
{
border-color: #CC975C;
}
.TagClassName
{
border-color: #CC975C;
}
</style>