Shades of Whiskey #CC9460
Tints of Whiskey #CC9460
RGB
CMYK
RGB Variations
Color information
#CC9460 (or 0xCC9460) is known color: Whiskey. HEX triplet: CC, 94 and 60. RGB value is (204,148,96). Sum of RGB (Red+Green+Blue) = 204+148+96=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9460 is #336B9F. Grayscale: #9F9F9F. Windows color (decimal): -3369888 or 6329548. OLE color: 6329548.
HSL color Cylindrical-coordinate representation of color #CC9460: hue angle of 28.89º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC9460 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 96 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.2 |
| HSL | 28.89º | 0.51% | 0.59% | - |
| HSV(B) | 28.89º | 0.53% | 0.8% | - |
| XYZ | 37.6 | 34.86 | 15.81 | - |
| YUV | 158.82 | 92.55 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 96 | 0 | 0.27 | 0.53 | 0.2 | 28.89 | 0.51 | 0.59 |
| Hex | CC | 94 | 60 | 0 | 1B | 35 | 14 | 1D | 33 | 3B |
| Octal | 314 | 224 | 140 | 0 | 33 | 65 | 24 | 35 | 63 | 73 |
| Binary | 11001100 | 10010100 | 1100000 | 0 | 11011 | 110101 | 10100 | 11101 | 110011 | 111011 |
Color Harmonies of #CC9460
Complementary color
Monochromatic Colors of #CC9460
Black with #CC9460
Text Example
Text Example
White with #CC9460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9460; }
p { color: rgb(204,148,96); }
H1.HeaderClassName
{
color: #CC9460;
}
.AnyTagClassName
{
color: #CC9460;
}
</style>
background-color css
<style>
a { background-color: #CC9460; }
a { background-color: rgb(204,148,96); }
div.DivClassName
{
background-color: #CC9460;
}
.BgClassName
{
background-color: #CC9460;
}
</style>
border-color css
<style>
span { border-color: #CC9460; }
span { border-color: rgb(204,148,96); }
td.TdClassName
{
border-color: #CC9460;
}
.TagClassName
{
border-color: #CC9460;
}
</style>