Shades of Whiskey Sour #CC975D
Tints of Whiskey Sour #CC975D
RGB
CMYK
RGB Variations
Color information
#CC975D (or 0xCC975D) is known color: Whiskey Sour. HEX triplet: CC, 97 and 5D. RGB value is (204,151,93). Sum of RGB (Red+Green+Blue) = 204+151+93=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC975D is #3368A2. Grayscale: #A0A0A0. Windows color (decimal): -3369123 or 6133708. OLE color: 6133708.
HSL color Cylindrical-coordinate representation of color #CC975D: hue angle of 31.35º 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 #CC975D is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 93 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.2 |
| HSL | 31.35º | 0.52% | 0.58% | - |
| HSV(B) | 31.35º | 0.54% | 0.8% | - |
| XYZ | 37.94 | 35.76 | 15.26 | - |
| YUV | 160.24 | 90.06 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 93 | 0 | 0.26 | 0.54 | 0.2 | 31.35 | 0.52 | 0.58 |
| Hex | CC | 97 | 5D | 0 | 1A | 36 | 14 | 1F | 34 | 3A |
| Octal | 314 | 227 | 135 | 0 | 32 | 66 | 24 | 37 | 64 | 72 |
| Binary | 11001100 | 10010111 | 1011101 | 0 | 11010 | 110110 | 10100 | 11111 | 110100 | 111010 |
Color Harmonies of #CC975D
Complementary color
Monochromatic Colors of #CC975D
Black with #CC975D
Text Example
Text Example
White with #CC975D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC975D; }
p { color: rgb(204,151,93); }
H1.HeaderClassName
{
color: #CC975D;
}
.AnyTagClassName
{
color: #CC975D;
}
</style>
background-color css
<style>
a { background-color: #CC975D; }
a { background-color: rgb(204,151,93); }
div.DivClassName
{
background-color: #CC975D;
}
.BgClassName
{
background-color: #CC975D;
}
</style>
border-color css
<style>
span { border-color: #CC975D; }
span { border-color: rgb(204,151,93); }
td.TdClassName
{
border-color: #CC975D;
}
.TagClassName
{
border-color: #CC975D;
}
</style>