Shades of Whiskey #CF8C5E
Tints of Whiskey #CF8C5E
RGB
CMYK
RGB Variations
Color information
#CF8C5E (or 0xCF8C5E) is known color: Whiskey. HEX triplet: CF, 8C and 5E. RGB value is (207,140,94). Sum of RGB (Red+Green+Blue) = 207+140+94=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C5E is #3073A1. Grayscale: #9B9B9B. Windows color (decimal): -3175330 or 6196431. OLE color: 6196431.
HSL color Cylindrical-coordinate representation of color #CF8C5E: hue angle of 24.42º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF8C5E is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 94 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.19 |
| HSL | 24.42º | 0.54% | 0.59% | - |
| HSV(B) | 24.42º | 0.55% | 0.81% | - |
| XYZ | 37.13 | 32.83 | 14.97 | - |
| YUV | 154.79 | 93.7 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 94 | 0 | 0.32 | 0.55 | 0.19 | 24.42 | 0.54 | 0.59 |
| Hex | CF | 8C | 5E | 0 | 20 | 37 | 13 | 18 | 36 | 3B |
| Octal | 317 | 214 | 136 | 0 | 40 | 67 | 23 | 30 | 66 | 73 |
| Binary | 11001111 | 10001100 | 1011110 | 0 | 100000 | 110111 | 10011 | 11000 | 110110 | 111011 |
Color Harmonies of #CF8C5E
Complementary color
Monochromatic Colors of #CF8C5E
Black with #CF8C5E
Text Example
Text Example
White with #CF8C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C5E; }
p { color: rgb(207,140,94); }
H1.HeaderClassName
{
color: #CF8C5E;
}
.AnyTagClassName
{
color: #CF8C5E;
}
</style>
background-color css
<style>
a { background-color: #CF8C5E; }
a { background-color: rgb(207,140,94); }
div.DivClassName
{
background-color: #CF8C5E;
}
.BgClassName
{
background-color: #CF8C5E;
}
</style>
border-color css
<style>
span { border-color: #CF8C5E; }
span { border-color: rgb(207,140,94); }
td.TdClassName
{
border-color: #CF8C5E;
}
.TagClassName
{
border-color: #CF8C5E;
}
</style>