Shades of Whiskey #CC9865
Tints of Whiskey #CC9865
RGB
CMYK
RGB Variations
Color information
#CC9865 (or 0xCC9865) is known color: Whiskey. HEX triplet: CC, 98 and 65. RGB value is (204,152,101). Sum of RGB (Red+Green+Blue) = 204+152+101=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9865 is #33679A. Grayscale: #A1A1A1. Windows color (decimal): -3368859 or 6658252. OLE color: 6658252.
HSL color Cylindrical-coordinate representation of color #CC9865: hue angle of 29.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC9865 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 101 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.2 |
| HSL | 29.71º | 0.5% | 0.6% | - |
| HSV(B) | 29.71º | 0.5% | 0.8% | - |
| XYZ | 38.48 | 36.23 | 17.28 | - |
| YUV | 161.73 | 93.73 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 101 | 0 | 0.25 | 0.50 | 0.2 | 29.71 | 0.5 | 0.6 |
| Hex | CC | 98 | 65 | 0 | 19 | 32 | 14 | 1E | 32 | 3C |
| Octal | 314 | 230 | 145 | 0 | 31 | 62 | 24 | 36 | 62 | 74 |
| Binary | 11001100 | 10011000 | 1100101 | 0 | 11001 | 110010 | 10100 | 11110 | 110010 | 111100 |
Color Harmonies of #CC9865
Complementary color
Monochromatic Colors of #CC9865
Black with #CC9865
Text Example
Text Example
White with #CC9865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9865; }
p { color: rgb(204,152,101); }
H1.HeaderClassName
{
color: #CC9865;
}
.AnyTagClassName
{
color: #CC9865;
}
</style>
background-color css
<style>
a { background-color: #CC9865; }
a { background-color: rgb(204,152,101); }
div.DivClassName
{
background-color: #CC9865;
}
.BgClassName
{
background-color: #CC9865;
}
</style>
border-color css
<style>
span { border-color: #CC9865; }
span { border-color: rgb(204,152,101); }
td.TdClassName
{
border-color: #CC9865;
}
.TagClassName
{
border-color: #CC9865;
}
</style>