Shades of Whiskey #CC8F62
Tints of Whiskey #CC8F62
RGB
CMYK
RGB Variations
Color information
#CC8F62 (or 0xCC8F62) is known color: Whiskey. HEX triplet: CC, 8F and 62. RGB value is (204,143,98). Sum of RGB (Red+Green+Blue) = 204+143+98=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F62 is #33709D. Grayscale: #9C9C9C. Windows color (decimal): -3371166 or 6459340. OLE color: 6459340.
HSL color Cylindrical-coordinate representation of color #CC8F62: hue angle of 25.47º 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 #CC8F62 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 98 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.2 |
| HSL | 25.47º | 0.51% | 0.59% | - |
| HSV(B) | 25.47º | 0.52% | 0.8% | - |
| XYZ | 36.93 | 33.36 | 16.05 | - |
| YUV | 156.11 | 95.21 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 98 | 0 | 0.30 | 0.52 | 0.2 | 25.47 | 0.51 | 0.59 |
| Hex | CC | 8F | 62 | 0 | 1E | 34 | 14 | 19 | 33 | 3B |
| Octal | 314 | 217 | 142 | 0 | 36 | 64 | 24 | 31 | 63 | 73 |
| Binary | 11001100 | 10001111 | 1100010 | 0 | 11110 | 110100 | 10100 | 11001 | 110011 | 111011 |
Color Harmonies of #CC8F62
Complementary color
Monochromatic Colors of #CC8F62
Black with #CC8F62
Text Example
Text Example
White with #CC8F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F62; }
p { color: rgb(204,143,98); }
H1.HeaderClassName
{
color: #CC8F62;
}
.AnyTagClassName
{
color: #CC8F62;
}
</style>
background-color css
<style>
a { background-color: #CC8F62; }
a { background-color: rgb(204,143,98); }
div.DivClassName
{
background-color: #CC8F62;
}
.BgClassName
{
background-color: #CC8F62;
}
</style>
border-color css
<style>
span { border-color: #CC8F62; }
span { border-color: rgb(204,143,98); }
td.TdClassName
{
border-color: #CC8F62;
}
.TagClassName
{
border-color: #CC8F62;
}
</style>