Shades of Whiskey Sour #CC975E
Tints of Whiskey Sour #CC975E
RGB
CMYK
RGB Variations
Color information
#CC975E (or 0xCC975E) is known color: Whiskey Sour. HEX triplet: CC, 97 and 5E. RGB value is (204,151,94). Sum of RGB (Red+Green+Blue) = 204+151+94=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC975E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC975E is #3368A1. Grayscale: #A0A0A0. Windows color (decimal): -3369122 or 6199244. OLE color: 6199244.
HSL color Cylindrical-coordinate representation of color #CC975E: hue angle of 31.09º 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 #CC975E is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 94 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.2 |
| HSL | 31.09º | 0.52% | 0.58% | - |
| HSV(B) | 31.09º | 0.54% | 0.8% | - |
| XYZ | 37.99 | 35.78 | 15.49 | - |
| YUV | 160.35 | 90.56 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 94 | 0 | 0.26 | 0.54 | 0.2 | 31.09 | 0.52 | 0.58 |
| Hex | CC | 97 | 5E | 0 | 1A | 36 | 14 | 1F | 34 | 3A |
| Octal | 314 | 227 | 136 | 0 | 32 | 66 | 24 | 37 | 64 | 72 |
| Binary | 11001100 | 10010111 | 1011110 | 0 | 11010 | 110110 | 10100 | 11111 | 110100 | 111010 |
Color Harmonies of #CC975E
Complementary color
Monochromatic Colors of #CC975E
Black with #CC975E
Text Example
Text Example
White with #CC975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC975E; }
p { color: rgb(204,151,94); }
H1.HeaderClassName
{
color: #CC975E;
}
.AnyTagClassName
{
color: #CC975E;
}
</style>
background-color css
<style>
a { background-color: #CC975E; }
a { background-color: rgb(204,151,94); }
div.DivClassName
{
background-color: #CC975E;
}
.BgClassName
{
background-color: #CC975E;
}
</style>
border-color css
<style>
span { border-color: #CC975E; }
span { border-color: rgb(204,151,94); }
td.TdClassName
{
border-color: #CC975E;
}
.TagClassName
{
border-color: #CC975E;
}
</style>