Shades of Whiskey #CC8E63
Tints of Whiskey #CC8E63
RGB
CMYK
RGB Variations
Color information
#CC8E63 (or 0xCC8E63) is known color: Whiskey. HEX triplet: CC, 8E and 63. RGB value is (204,142,99). Sum of RGB (Red+Green+Blue) = 204+142+99=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8E63 is #33719C. Grayscale: #9B9B9B. Windows color (decimal): -3371421 or 6524620. OLE color: 6524620.
HSL color Cylindrical-coordinate representation of color #CC8E63: hue angle of 24.57º 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 #CC8E63 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 142 | 99 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.2 |
| HSL | 24.57º | 0.51% | 0.59% | - |
| HSV(B) | 24.57º | 0.51% | 0.8% | - |
| XYZ | 36.83 | 33.08 | 16.25 | - |
| YUV | 155.64 | 96.04 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 142 | 99 | 0 | 0.30 | 0.51 | 0.2 | 24.57 | 0.51 | 0.59 |
| Hex | CC | 8E | 63 | 0 | 1E | 33 | 14 | 19 | 33 | 3B |
| Octal | 314 | 216 | 143 | 0 | 36 | 63 | 24 | 31 | 63 | 73 |
| Binary | 11001100 | 10001110 | 1100011 | 0 | 11110 | 110011 | 10100 | 11001 | 110011 | 111011 |
Color Harmonies of #CC8E63
Complementary color
Monochromatic Colors of #CC8E63
Black with #CC8E63
Text Example
Text Example
White with #CC8E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8E63; }
p { color: rgb(204,142,99); }
H1.HeaderClassName
{
color: #CC8E63;
}
.AnyTagClassName
{
color: #CC8E63;
}
</style>
background-color css
<style>
a { background-color: #CC8E63; }
a { background-color: rgb(204,142,99); }
div.DivClassName
{
background-color: #CC8E63;
}
.BgClassName
{
background-color: #CC8E63;
}
</style>
border-color css
<style>
span { border-color: #CC8E63; }
span { border-color: rgb(204,142,99); }
td.TdClassName
{
border-color: #CC8E63;
}
.TagClassName
{
border-color: #CC8E63;
}
</style>