Shades of Whiskey #CF8F62
Tints of Whiskey #CF8F62
RGB
CMYK
RGB Variations
Color information
#CF8F62 (or 0xCF8F62) is known color: Whiskey. HEX triplet: CF, 8F and 62. RGB value is (207,143,98). Sum of RGB (Red+Green+Blue) = 207+143+98=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F62 is #30709D. Grayscale: #9D9D9D. Windows color (decimal): -3174558 or 6459343. OLE color: 6459343.
HSL color Cylindrical-coordinate representation of color #CF8F62: hue angle of 24.77º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF8F62 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 98 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.19 |
| HSL | 24.77º | 0.53% | 0.6% | - |
| HSV(B) | 24.77º | 0.53% | 0.81% | - |
| XYZ | 37.76 | 33.79 | 16.09 | - |
| YUV | 157.01 | 94.7 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 98 | 0 | 0.31 | 0.53 | 0.19 | 24.77 | 0.53 | 0.6 |
| Hex | CF | 8F | 62 | 0 | 1F | 35 | 13 | 19 | 35 | 3C |
| Octal | 317 | 217 | 142 | 0 | 37 | 65 | 23 | 31 | 65 | 74 |
| Binary | 11001111 | 10001111 | 1100010 | 0 | 11111 | 110101 | 10011 | 11001 | 110101 | 111100 |
Color Harmonies of #CF8F62
Complementary color
Monochromatic Colors of #CF8F62
Black with #CF8F62
Text Example
Text Example
White with #CF8F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F62; }
p { color: rgb(207,143,98); }
H1.HeaderClassName
{
color: #CF8F62;
}
.AnyTagClassName
{
color: #CF8F62;
}
</style>
background-color css
<style>
a { background-color: #CF8F62; }
a { background-color: rgb(207,143,98); }
div.DivClassName
{
background-color: #CF8F62;
}
.BgClassName
{
background-color: #CF8F62;
}
</style>
border-color css
<style>
span { border-color: #CF8F62; }
span { border-color: rgb(207,143,98); }
td.TdClassName
{
border-color: #CF8F62;
}
.TagClassName
{
border-color: #CF8F62;
}
</style>