Shades of Whiskey #CC9863
Tints of Whiskey #CC9863
RGB
CMYK
RGB Variations
Color information
#CC9863 (or 0xCC9863) is known color: Whiskey. HEX triplet: CC, 98 and 63. RGB value is (204,152,99). Sum of RGB (Red+Green+Blue) = 204+152+99=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9863 is #33679C. Grayscale: #A1A1A1. Windows color (decimal): -3368861 or 6527180. OLE color: 6527180.
HSL color Cylindrical-coordinate representation of color #CC9863: hue angle of 30.29º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC9863 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 99 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.2 |
| HSL | 30.29º | 0.51% | 0.59% | - |
| HSV(B) | 30.29º | 0.51% | 0.8% | - |
| XYZ | 38.38 | 36.19 | 16.77 | - |
| YUV | 161.51 | 92.73 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 99 | 0 | 0.25 | 0.51 | 0.2 | 30.29 | 0.51 | 0.59 |
| Hex | CC | 98 | 63 | 0 | 19 | 33 | 14 | 1E | 33 | 3B |
| Octal | 314 | 230 | 143 | 0 | 31 | 63 | 24 | 36 | 63 | 73 |
| Binary | 11001100 | 10011000 | 1100011 | 0 | 11001 | 110011 | 10100 | 11110 | 110011 | 111011 |
Color Harmonies of #CC9863
Complementary color
Monochromatic Colors of #CC9863
Black with #CC9863
Text Example
Text Example
White with #CC9863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9863; }
p { color: rgb(204,152,99); }
H1.HeaderClassName
{
color: #CC9863;
}
.AnyTagClassName
{
color: #CC9863;
}
</style>
background-color css
<style>
a { background-color: #CC9863; }
a { background-color: rgb(204,152,99); }
div.DivClassName
{
background-color: #CC9863;
}
.BgClassName
{
background-color: #CC9863;
}
</style>
border-color css
<style>
span { border-color: #CC9863; }
span { border-color: rgb(204,152,99); }
td.TdClassName
{
border-color: #CC9863;
}
.TagClassName
{
border-color: #CC9863;
}
</style>