Shades of Whiskey #CC8D6B
Tints of Whiskey #CC8D6B
RGB
CMYK
RGB Variations
Color information
#CC8D6B (or 0xCC8D6B) is known color: Whiskey. HEX triplet: CC, 8D and 6B. RGB value is (204,141,107). Sum of RGB (Red+Green+Blue) = 204+141+107=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8D6B is #337294. Grayscale: #9C9C9C. Windows color (decimal): -3371669 or 7048652. OLE color: 7048652.
HSL color Cylindrical-coordinate representation of color #CC8D6B: hue angle of 21.03º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC8D6B is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 107 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.2 |
| HSL | 21.03º | 0.49% | 0.61% | - |
| HSV(B) | 21.03º | 0.48% | 0.8% | - |
| XYZ | 37.08 | 32.95 | 18.32 | - |
| YUV | 155.96 | 100.37 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 107 | 0 | 0.31 | 0.48 | 0.2 | 21.03 | 0.49 | 0.61 |
| Hex | CC | 8D | 6B | 0 | 1F | 30 | 14 | 15 | 31 | 3D |
| Octal | 314 | 215 | 153 | 0 | 37 | 60 | 24 | 25 | 61 | 75 |
| Binary | 11001100 | 10001101 | 1101011 | 0 | 11111 | 110000 | 10100 | 10101 | 110001 | 111101 |
Color Harmonies of #CC8D6B
Complementary color
Monochromatic Colors of #CC8D6B
Black with #CC8D6B
Text Example
Text Example
White with #CC8D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8D6B; }
p { color: rgb(204,141,107); }
H1.HeaderClassName
{
color: #CC8D6B;
}
.AnyTagClassName
{
color: #CC8D6B;
}
</style>
background-color css
<style>
a { background-color: #CC8D6B; }
a { background-color: rgb(204,141,107); }
div.DivClassName
{
background-color: #CC8D6B;
}
.BgClassName
{
background-color: #CC8D6B;
}
</style>
border-color css
<style>
span { border-color: #CC8D6B; }
span { border-color: rgb(204,141,107); }
td.TdClassName
{
border-color: #CC8D6B;
}
.TagClassName
{
border-color: #CC8D6B;
}
</style>