Shades of Whiskey #CF8B62
Tints of Whiskey #CF8B62
RGB
CMYK
RGB Variations
Color information
#CF8B62 (or 0xCF8B62) is known color: Whiskey. HEX triplet: CF, 8B and 62. RGB value is (207,139,98). Sum of RGB (Red+Green+Blue) = 207+139+98=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8B62 is #30749D. Grayscale: #9A9A9A. Windows color (decimal): -3175582 or 6458319. OLE color: 6458319.
HSL color Cylindrical-coordinate representation of color #CF8B62: hue angle of 22.57º 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 #CF8B62 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 98 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.19 |
| HSL | 22.57º | 0.53% | 0.6% | - |
| HSV(B) | 22.57º | 0.53% | 0.81% | - |
| XYZ | 37.17 | 32.61 | 15.89 | - |
| YUV | 154.66 | 96.03 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 98 | 0 | 0.33 | 0.53 | 0.19 | 22.57 | 0.53 | 0.6 |
| Hex | CF | 8B | 62 | 0 | 21 | 35 | 13 | 17 | 35 | 3C |
| Octal | 317 | 213 | 142 | 0 | 41 | 65 | 23 | 27 | 65 | 74 |
| Binary | 11001111 | 10001011 | 1100010 | 0 | 100001 | 110101 | 10011 | 10111 | 110101 | 111100 |
Color Harmonies of #CF8B62
Complementary color
Monochromatic Colors of #CF8B62
Black with #CF8B62
Text Example
Text Example
White with #CF8B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B62; }
p { color: rgb(207,139,98); }
H1.HeaderClassName
{
color: #CF8B62;
}
.AnyTagClassName
{
color: #CF8B62;
}
</style>
background-color css
<style>
a { background-color: #CF8B62; }
a { background-color: rgb(207,139,98); }
div.DivClassName
{
background-color: #CF8B62;
}
.BgClassName
{
background-color: #CF8B62;
}
</style>
border-color css
<style>
span { border-color: #CF8B62; }
span { border-color: rgb(207,139,98); }
td.TdClassName
{
border-color: #CF8B62;
}
.TagClassName
{
border-color: #CF8B62;
}
</style>