Shades of Whiskey #CC8F5F
Tints of Whiskey #CC8F5F
RGB
CMYK
RGB Variations
Color information
#CC8F5F (or 0xCC8F5F) is known color: Whiskey. HEX triplet: CC, 8F and 5F. RGB value is (204,143,95). Sum of RGB (Red+Green+Blue) = 204+143+95=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F5F is #3370A0. Grayscale: #9C9C9C. Windows color (decimal): -3371169 or 6262732. OLE color: 6262732.
HSL color Cylindrical-coordinate representation of color #CC8F5F: hue angle of 26.42º 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 #CC8F5F is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 95 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.2 |
| HSL | 26.42º | 0.52% | 0.59% | - |
| HSV(B) | 26.42º | 0.53% | 0.8% | - |
| XYZ | 36.79 | 33.31 | 15.32 | - |
| YUV | 155.77 | 93.71 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 95 | 0 | 0.30 | 0.53 | 0.2 | 26.42 | 0.52 | 0.59 |
| Hex | CC | 8F | 5F | 0 | 1E | 35 | 14 | 1A | 34 | 3B |
| Octal | 314 | 217 | 137 | 0 | 36 | 65 | 24 | 32 | 64 | 73 |
| Binary | 11001100 | 10001111 | 1011111 | 0 | 11110 | 110101 | 10100 | 11010 | 110100 | 111011 |
Color Harmonies of #CC8F5F
Complementary color
Monochromatic Colors of #CC8F5F
Black with #CC8F5F
Text Example
Text Example
White with #CC8F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F5F; }
p { color: rgb(204,143,95); }
H1.HeaderClassName
{
color: #CC8F5F;
}
.AnyTagClassName
{
color: #CC8F5F;
}
</style>
background-color css
<style>
a { background-color: #CC8F5F; }
a { background-color: rgb(204,143,95); }
div.DivClassName
{
background-color: #CC8F5F;
}
.BgClassName
{
background-color: #CC8F5F;
}
</style>
border-color css
<style>
span { border-color: #CC8F5F; }
span { border-color: rgb(204,143,95); }
td.TdClassName
{
border-color: #CC8F5F;
}
.TagClassName
{
border-color: #CC8F5F;
}
</style>