Shades of Whiskey #CC8C60
Tints of Whiskey #CC8C60
RGB
CMYK
RGB Variations
Color information
#CC8C60 (or 0xCC8C60) is known color: Whiskey. HEX triplet: CC, 8C and 60. RGB value is (204,140,96). Sum of RGB (Red+Green+Blue) = 204+140+96=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8C60 is #33739F. Grayscale: #9A9A9A. Windows color (decimal): -3371936 or 6327500. OLE color: 6327500.
HSL color Cylindrical-coordinate representation of color #CC8C60: hue angle of 24.44º 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 #CC8C60 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 140 | 96 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.2 |
| HSL | 24.44º | 0.51% | 0.59% | - |
| HSV(B) | 24.44º | 0.53% | 0.8% | - |
| XYZ | 36.39 | 32.44 | 15.41 | - |
| YUV | 154.12 | 95.2 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 96 | 0 | 0.31 | 0.53 | 0.2 | 24.44 | 0.51 | 0.59 |
| Hex | CC | 8C | 60 | 0 | 1F | 35 | 14 | 18 | 33 | 3B |
| Octal | 314 | 214 | 140 | 0 | 37 | 65 | 24 | 30 | 63 | 73 |
| Binary | 11001100 | 10001100 | 1100000 | 0 | 11111 | 110101 | 10100 | 11000 | 110011 | 111011 |
Color Harmonies of #CC8C60
Complementary color
Monochromatic Colors of #CC8C60
Black with #CC8C60
Text Example
Text Example
White with #CC8C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8C60; }
p { color: rgb(204,140,96); }
H1.HeaderClassName
{
color: #CC8C60;
}
.AnyTagClassName
{
color: #CC8C60;
}
</style>
background-color css
<style>
a { background-color: #CC8C60; }
a { background-color: rgb(204,140,96); }
div.DivClassName
{
background-color: #CC8C60;
}
.BgClassName
{
background-color: #CC8C60;
}
</style>
border-color css
<style>
span { border-color: #CC8C60; }
span { border-color: rgb(204,140,96); }
td.TdClassName
{
border-color: #CC8C60;
}
.TagClassName
{
border-color: #CC8C60;
}
</style>