Shades of Whiskey #CC8E67
Tints of Whiskey #CC8E67
RGB
CMYK
RGB Variations
Color information
#CC8E67 (or 0xCC8E67) is known color: Whiskey. HEX triplet: CC, 8E and 67. RGB value is (204,142,103). Sum of RGB (Red+Green+Blue) = 204+142+103=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8E67 is #337198. Grayscale: #9C9C9C. Windows color (decimal): -3371417 or 6786764. OLE color: 6786764.
HSL color Cylindrical-coordinate representation of color #CC8E67: hue angle of 23.17º 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 #CC8E67 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 142 | 103 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.2 |
| HSL | 23.17º | 0.5% | 0.6% | - |
| HSV(B) | 23.17º | 0.5% | 0.8% | - |
| XYZ | 37.02 | 33.16 | 17.28 | - |
| YUV | 156.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 142 | 103 | 0 | 0.30 | 0.50 | 0.2 | 23.17 | 0.5 | 0.6 |
| Hex | CC | 8E | 67 | 0 | 1E | 32 | 14 | 17 | 32 | 3C |
| Octal | 314 | 216 | 147 | 0 | 36 | 62 | 24 | 27 | 62 | 74 |
| Binary | 11001100 | 10001110 | 1100111 | 0 | 11110 | 110010 | 10100 | 10111 | 110010 | 111100 |
Color Harmonies of #CC8E67
Complementary color
Monochromatic Colors of #CC8E67
Black with #CC8E67
Text Example
Text Example
White with #CC8E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8E67; }
p { color: rgb(204,142,103); }
H1.HeaderClassName
{
color: #CC8E67;
}
.AnyTagClassName
{
color: #CC8E67;
}
</style>
background-color css
<style>
a { background-color: #CC8E67; }
a { background-color: rgb(204,142,103); }
div.DivClassName
{
background-color: #CC8E67;
}
.BgClassName
{
background-color: #CC8E67;
}
</style>
border-color css
<style>
span { border-color: #CC8E67; }
span { border-color: rgb(204,142,103); }
td.TdClassName
{
border-color: #CC8E67;
}
.TagClassName
{
border-color: #CC8E67;
}
</style>