Shades of Whiskey Sour #CC9257
Tints of Whiskey Sour #CC9257
RGB
CMYK
RGB Variations
Color information
#CC9257 (or 0xCC9257) is known color: Whiskey Sour. HEX triplet: CC, 92 and 57. RGB value is (204,146,87). Sum of RGB (Red+Green+Blue) = 204+146+87=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 87 (34.38% from 255 or 19.91% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9257 is #336DA8. Grayscale: #9C9C9C. Windows color (decimal): -3370409 or 5739212. OLE color: 5739212.
HSL color Cylindrical-coordinate representation of color #CC9257: hue angle of 30.26º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC9257 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 87 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.2 |
| HSL | 30.26º | 0.53% | 0.57% | - |
| HSV(B) | 30.26º | 0.57% | 0.8% | - |
| XYZ | 36.9 | 34.08 | 13.65 | - |
| YUV | 156.62 | 88.72 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 87 | 0 | 0.28 | 0.57 | 0.2 | 30.26 | 0.53 | 0.57 |
| Hex | CC | 92 | 57 | 0 | 1C | 39 | 14 | 1E | 35 | 39 |
| Octal | 314 | 222 | 127 | 0 | 34 | 71 | 24 | 36 | 65 | 71 |
| Binary | 11001100 | 10010010 | 1010111 | 0 | 11100 | 111001 | 10100 | 11110 | 110101 | 111001 |
Color Harmonies of #CC9257
Complementary color
Monochromatic Colors of #CC9257
Black with #CC9257
Text Example
Text Example
White with #CC9257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9257; }
p { color: rgb(204,146,87); }
H1.HeaderClassName
{
color: #CC9257;
}
.AnyTagClassName
{
color: #CC9257;
}
</style>
background-color css
<style>
a { background-color: #CC9257; }
a { background-color: rgb(204,146,87); }
div.DivClassName
{
background-color: #CC9257;
}
.BgClassName
{
background-color: #CC9257;
}
</style>
border-color css
<style>
span { border-color: #CC9257; }
span { border-color: rgb(204,146,87); }
td.TdClassName
{
border-color: #CC9257;
}
.TagClassName
{
border-color: #CC9257;
}
</style>