Shades of Whiskey #CC8F66
Tints of Whiskey #CC8F66
RGB
CMYK
RGB Variations
Color information
#CC8F66 (or 0xCC8F66) is known color: Whiskey. HEX triplet: CC, 8F and 66. RGB value is (204,143,102). Sum of RGB (Red+Green+Blue) = 204+143+102=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F66 is #337099. Grayscale: #9C9C9C. Windows color (decimal): -3371162 or 6721484. OLE color: 6721484.
HSL color Cylindrical-coordinate representation of color #CC8F66: hue angle of 24.12º 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 #CC8F66 is Cyan = 0, Magento = 0.30, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 102 | - |
| CMYK | 0 | 0.30 | 0.5 | 0.2 |
| HSL | 24.12º | 0.5% | 0.6% | - |
| HSV(B) | 24.12º | 0.5% | 0.8% | - |
| XYZ | 37.12 | 33.44 | 17.07 | - |
| YUV | 156.57 | 97.21 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 102 | 0 | 0.30 | 0.5 | 0.2 | 24.12 | 0.5 | 0.6 |
| Hex | CC | 8F | 66 | 0 | 1E | 32 | 14 | 18 | 32 | 3C |
| Octal | 314 | 217 | 146 | 0 | 36 | 62 | 24 | 30 | 62 | 74 |
| Binary | 11001100 | 10001111 | 1100110 | 0 | 11110 | 110010 | 10100 | 11000 | 110010 | 111100 |
Color Harmonies of #CC8F66
Complementary color
Monochromatic Colors of #CC8F66
Black with #CC8F66
Text Example
Text Example
White with #CC8F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F66; }
p { color: rgb(204,143,102); }
H1.HeaderClassName
{
color: #CC8F66;
}
.AnyTagClassName
{
color: #CC8F66;
}
</style>
background-color css
<style>
a { background-color: #CC8F66; }
a { background-color: rgb(204,143,102); }
div.DivClassName
{
background-color: #CC8F66;
}
.BgClassName
{
background-color: #CC8F66;
}
</style>
border-color css
<style>
span { border-color: #CC8F66; }
span { border-color: rgb(204,143,102); }
td.TdClassName
{
border-color: #CC8F66;
}
.TagClassName
{
border-color: #CC8F66;
}
</style>