Shades of Whiskey #CF8B60
Tints of Whiskey #CF8B60
RGB
CMYK
RGB Variations
Color information
#CF8B60 (or 0xCF8B60) is known color: Whiskey. HEX triplet: CF, 8B and 60. RGB value is (207,139,96). Sum of RGB (Red+Green+Blue) = 207+139+96=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8B60 is #30749F. Grayscale: #9A9A9A. Windows color (decimal): -3175584 or 6327247. OLE color: 6327247.
HSL color Cylindrical-coordinate representation of color #CF8B60: hue angle of 23.24º 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 #CF8B60 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 96 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.19 |
| HSL | 23.24º | 0.54% | 0.59% | - |
| HSV(B) | 23.24º | 0.54% | 0.81% | - |
| XYZ | 37.08 | 32.58 | 15.4 | - |
| YUV | 154.43 | 95.03 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 96 | 0 | 0.33 | 0.54 | 0.19 | 23.24 | 0.54 | 0.59 |
| Hex | CF | 8B | 60 | 0 | 21 | 36 | 13 | 17 | 36 | 3B |
| Octal | 317 | 213 | 140 | 0 | 41 | 66 | 23 | 27 | 66 | 73 |
| Binary | 11001111 | 10001011 | 1100000 | 0 | 100001 | 110110 | 10011 | 10111 | 110110 | 111011 |
Color Harmonies of #CF8B60
Complementary color
Monochromatic Colors of #CF8B60
Black with #CF8B60
Text Example
Text Example
White with #CF8B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B60; }
p { color: rgb(207,139,96); }
H1.HeaderClassName
{
color: #CF8B60;
}
.AnyTagClassName
{
color: #CF8B60;
}
</style>
background-color css
<style>
a { background-color: #CF8B60; }
a { background-color: rgb(207,139,96); }
div.DivClassName
{
background-color: #CF8B60;
}
.BgClassName
{
background-color: #CF8B60;
}
</style>
border-color css
<style>
span { border-color: #CF8B60; }
span { border-color: rgb(207,139,96); }
td.TdClassName
{
border-color: #CF8B60;
}
.TagClassName
{
border-color: #CF8B60;
}
</style>