Shades of Whiskey #CC895F
Tints of Whiskey #CC895F
RGB
CMYK
RGB Variations
Color information
#CC895F (or 0xCC895F) is known color: Whiskey. HEX triplet: CC, 89 and 5F. RGB value is (204,137,95). Sum of RGB (Red+Green+Blue) = 204+137+95=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC895F is #3376A0. Grayscale: #989898. Windows color (decimal): -3372705 or 6261196. OLE color: 6261196.
HSL color Cylindrical-coordinate representation of color #CC895F: hue angle of 23.12º 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 #CC895F is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 95 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.2 |
| HSL | 23.12º | 0.52% | 0.59% | - |
| HSV(B) | 23.12º | 0.53% | 0.8% | - |
| XYZ | 35.91 | 31.55 | 15.02 | - |
| YUV | 152.25 | 95.7 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 95 | 0 | 0.33 | 0.53 | 0.2 | 23.12 | 0.52 | 0.59 |
| Hex | CC | 89 | 5F | 0 | 21 | 35 | 14 | 17 | 34 | 3B |
| Octal | 314 | 211 | 137 | 0 | 41 | 65 | 24 | 27 | 64 | 73 |
| Binary | 11001100 | 10001001 | 1011111 | 0 | 100001 | 110101 | 10100 | 10111 | 110100 | 111011 |
Color Harmonies of #CC895F
Complementary color
Monochromatic Colors of #CC895F
Black with #CC895F
Text Example
Text Example
White with #CC895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC895F; }
p { color: rgb(204,137,95); }
H1.HeaderClassName
{
color: #CC895F;
}
.AnyTagClassName
{
color: #CC895F;
}
</style>
background-color css
<style>
a { background-color: #CC895F; }
a { background-color: rgb(204,137,95); }
div.DivClassName
{
background-color: #CC895F;
}
.BgClassName
{
background-color: #CC895F;
}
</style>
border-color css
<style>
span { border-color: #CC895F; }
span { border-color: rgb(204,137,95); }
td.TdClassName
{
border-color: #CC895F;
}
.TagClassName
{
border-color: #CC895F;
}
</style>