Shades of Whiskey #CC8E61
Tints of Whiskey #CC8E61
RGB
CMYK
RGB Variations
Color information
#CC8E61 (or 0xCC8E61) is known color: Whiskey. HEX triplet: CC, 8E and 61. RGB value is (204,142,97). Sum of RGB (Red+Green+Blue) = 204+142+97=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8E61 is #33719E. Grayscale: #9B9B9B. Windows color (decimal): -3371423 or 6393548. OLE color: 6393548.
HSL color Cylindrical-coordinate representation of color #CC8E61: hue angle of 25.23º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC8E61 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 142 | 97 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.2 |
| HSL | 25.23º | 0.51% | 0.59% | - |
| HSV(B) | 25.23º | 0.52% | 0.8% | - |
| XYZ | 36.73 | 33.05 | 15.75 | - |
| YUV | 155.41 | 95.04 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 142 | 97 | 0 | 0.30 | 0.52 | 0.2 | 25.23 | 0.51 | 0.59 |
| Hex | CC | 8E | 61 | 0 | 1E | 34 | 14 | 19 | 33 | 3B |
| Octal | 314 | 216 | 141 | 0 | 36 | 64 | 24 | 31 | 63 | 73 |
| Binary | 11001100 | 10001110 | 1100001 | 0 | 11110 | 110100 | 10100 | 11001 | 110011 | 111011 |
Color Harmonies of #CC8E61
Complementary color
Monochromatic Colors of #CC8E61
Black with #CC8E61
Text Example
Text Example
White with #CC8E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8E61; }
p { color: rgb(204,142,97); }
H1.HeaderClassName
{
color: #CC8E61;
}
.AnyTagClassName
{
color: #CC8E61;
}
</style>
background-color css
<style>
a { background-color: #CC8E61; }
a { background-color: rgb(204,142,97); }
div.DivClassName
{
background-color: #CC8E61;
}
.BgClassName
{
background-color: #CC8E61;
}
</style>
border-color css
<style>
span { border-color: #CC8E61; }
span { border-color: rgb(204,142,97); }
td.TdClassName
{
border-color: #CC8E61;
}
.TagClassName
{
border-color: #CC8E61;
}
</style>