Shades of Whiskey #CF8960
Tints of Whiskey #CF8960
RGB
CMYK
RGB Variations
Color information
#CF8960 (or 0xCF8960) is known color: Whiskey. HEX triplet: CF, 89 and 60. RGB value is (207,137,96). Sum of RGB (Red+Green+Blue) = 207+137+96=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8960 is #30769F. Grayscale: #999999. Windows color (decimal): -3176096 or 6326735. OLE color: 6326735.
HSL color Cylindrical-coordinate representation of color #CF8960: hue angle of 22.16º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF8960 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 96 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.19 |
| HSL | 22.16º | 0.54% | 0.59% | - |
| HSV(B) | 22.16º | 0.54% | 0.81% | - |
| XYZ | 36.79 | 32 | 15.3 | - |
| YUV | 153.26 | 95.69 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 96 | 0 | 0.34 | 0.54 | 0.19 | 22.16 | 0.54 | 0.59 |
| Hex | CF | 89 | 60 | 0 | 22 | 36 | 13 | 16 | 36 | 3B |
| Octal | 317 | 211 | 140 | 0 | 42 | 66 | 23 | 26 | 66 | 73 |
| Binary | 11001111 | 10001001 | 1100000 | 0 | 100010 | 110110 | 10011 | 10110 | 110110 | 111011 |
Color Harmonies of #CF8960
Complementary color
Monochromatic Colors of #CF8960
Black with #CF8960
Text Example
Text Example
White with #CF8960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8960; }
p { color: rgb(207,137,96); }
H1.HeaderClassName
{
color: #CF8960;
}
.AnyTagClassName
{
color: #CF8960;
}
</style>
background-color css
<style>
a { background-color: #CF8960; }
a { background-color: rgb(207,137,96); }
div.DivClassName
{
background-color: #CF8960;
}
.BgClassName
{
background-color: #CF8960;
}
</style>
border-color css
<style>
span { border-color: #CF8960; }
span { border-color: rgb(207,137,96); }
td.TdClassName
{
border-color: #CF8960;
}
.TagClassName
{
border-color: #CF8960;
}
</style>