Shades of Whiskey Sour #CC8952
Tints of Whiskey Sour #CC8952
RGB
CMYK
RGB Variations
Color information
#CC8952 (or 0xCC8952) is known color: Whiskey Sour. HEX triplet: CC, 89 and 52. RGB value is (204,137,82). Sum of RGB (Red+Green+Blue) = 204+137+82=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8952 is #3376AD. Grayscale: #979797. Windows color (decimal): -3372718 or 5409228. OLE color: 5409228.
HSL color Cylindrical-coordinate representation of color #CC8952: hue angle of 27.05º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC8952 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 82 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.2 |
| HSL | 27.05º | 0.54% | 0.56% | - |
| HSV(B) | 27.05º | 0.6% | 0.8% | - |
| XYZ | 35.37 | 31.34 | 12.17 | - |
| YUV | 150.76 | 89.2 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 82 | 0 | 0.33 | 0.60 | 0.2 | 27.05 | 0.54 | 0.56 |
| Hex | CC | 89 | 52 | 0 | 21 | 3C | 14 | 1B | 36 | 38 |
| Octal | 314 | 211 | 122 | 0 | 41 | 74 | 24 | 33 | 66 | 70 |
| Binary | 11001100 | 10001001 | 1010010 | 0 | 100001 | 111100 | 10100 | 11011 | 110110 | 111000 |
Color Harmonies of #CC8952
Complementary color
Monochromatic Colors of #CC8952
Black with #CC8952
Text Example
Text Example
White with #CC8952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8952; }
p { color: rgb(204,137,82); }
H1.HeaderClassName
{
color: #CC8952;
}
.AnyTagClassName
{
color: #CC8952;
}
</style>
background-color css
<style>
a { background-color: #CC8952; }
a { background-color: rgb(204,137,82); }
div.DivClassName
{
background-color: #CC8952;
}
.BgClassName
{
background-color: #CC8952;
}
</style>
border-color css
<style>
span { border-color: #CC8952; }
span { border-color: rgb(204,137,82); }
td.TdClassName
{
border-color: #CC8952;
}
.TagClassName
{
border-color: #CC8952;
}
</style>