Shades of Whiskey #CC8D62
Tints of Whiskey #CC8D62
RGB
CMYK
RGB Variations
Color information
#CC8D62 (or 0xCC8D62) is known color: Whiskey. HEX triplet: CC, 8D and 62. RGB value is (204,141,98). Sum of RGB (Red+Green+Blue) = 204+141+98=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8D62 is #33729D. Grayscale: #9B9B9B. Windows color (decimal): -3371678 or 6458828. OLE color: 6458828.
HSL color Cylindrical-coordinate representation of color #CC8D62: hue angle of 24.34º 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 #CC8D62 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 98 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.2 |
| HSL | 24.34º | 0.51% | 0.59% | - |
| HSV(B) | 24.34º | 0.52% | 0.8% | - |
| XYZ | 36.63 | 32.77 | 15.95 | - |
| YUV | 154.94 | 95.87 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 98 | 0 | 0.31 | 0.52 | 0.2 | 24.34 | 0.51 | 0.59 |
| Hex | CC | 8D | 62 | 0 | 1F | 34 | 14 | 18 | 33 | 3B |
| Octal | 314 | 215 | 142 | 0 | 37 | 64 | 24 | 30 | 63 | 73 |
| Binary | 11001100 | 10001101 | 1100010 | 0 | 11111 | 110100 | 10100 | 11000 | 110011 | 111011 |
Color Harmonies of #CC8D62
Complementary color
Monochromatic Colors of #CC8D62
Black with #CC8D62
Text Example
Text Example
White with #CC8D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8D62; }
p { color: rgb(204,141,98); }
H1.HeaderClassName
{
color: #CC8D62;
}
.AnyTagClassName
{
color: #CC8D62;
}
</style>
background-color css
<style>
a { background-color: #CC8D62; }
a { background-color: rgb(204,141,98); }
div.DivClassName
{
background-color: #CC8D62;
}
.BgClassName
{
background-color: #CC8D62;
}
</style>
border-color css
<style>
span { border-color: #CC8D62; }
span { border-color: rgb(204,141,98); }
td.TdClassName
{
border-color: #CC8D62;
}
.TagClassName
{
border-color: #CC8D62;
}
</style>