Shades of Whiskey #CC8B5F
Tints of Whiskey #CC8B5F
RGB
CMYK
RGB Variations
Color information
#CC8B5F (or 0xCC8B5F) is known color: Whiskey. HEX triplet: CC, 8B and 5F. RGB value is (204,139,95). Sum of RGB (Red+Green+Blue) = 204+139+95=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8B5F is #3374A0. Grayscale: #999999. Windows color (decimal): -3372193 or 6261708. OLE color: 6261708.
HSL color Cylindrical-coordinate representation of color #CC8B5F: hue angle of 24.22º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC8B5F is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 139 | 95 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.2 |
| HSL | 24.22º | 0.52% | 0.59% | - |
| HSV(B) | 24.22º | 0.53% | 0.8% | - |
| XYZ | 36.2 | 32.13 | 15.12 | - |
| YUV | 153.42 | 95.03 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 139 | 95 | 0 | 0.32 | 0.53 | 0.2 | 24.22 | 0.52 | 0.59 |
| Hex | CC | 8B | 5F | 0 | 20 | 35 | 14 | 18 | 34 | 3B |
| Octal | 314 | 213 | 137 | 0 | 40 | 65 | 24 | 30 | 64 | 73 |
| Binary | 11001100 | 10001011 | 1011111 | 0 | 100000 | 110101 | 10100 | 11000 | 110100 | 111011 |
Color Harmonies of #CC8B5F
Complementary color
Monochromatic Colors of #CC8B5F
Black with #CC8B5F
Text Example
Text Example
White with #CC8B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8B5F; }
p { color: rgb(204,139,95); }
H1.HeaderClassName
{
color: #CC8B5F;
}
.AnyTagClassName
{
color: #CC8B5F;
}
</style>
background-color css
<style>
a { background-color: #CC8B5F; }
a { background-color: rgb(204,139,95); }
div.DivClassName
{
background-color: #CC8B5F;
}
.BgClassName
{
background-color: #CC8B5F;
}
</style>
border-color css
<style>
span { border-color: #CC8B5F; }
span { border-color: rgb(204,139,95); }
td.TdClassName
{
border-color: #CC8B5F;
}
.TagClassName
{
border-color: #CC8B5F;
}
</style>