Shades of Whiskey #CF8F61
Tints of Whiskey #CF8F61
RGB
CMYK
RGB Variations
Color information
#CF8F61 (or 0xCF8F61) is known color: Whiskey. HEX triplet: CF, 8F and 61. RGB value is (207,143,97). Sum of RGB (Red+Green+Blue) = 207+143+97=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F61 is #30709E. Grayscale: #9D9D9D. Windows color (decimal): -3174559 or 6393807. OLE color: 6393807.
HSL color Cylindrical-coordinate representation of color #CF8F61: hue angle of 25.09º 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 #CF8F61 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 97 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.19 |
| HSL | 25.09º | 0.53% | 0.6% | - |
| HSV(B) | 25.09º | 0.53% | 0.81% | - |
| XYZ | 37.71 | 33.77 | 15.84 | - |
| YUV | 156.89 | 94.2 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 97 | 0 | 0.31 | 0.53 | 0.19 | 25.09 | 0.53 | 0.6 |
| Hex | CF | 8F | 61 | 0 | 1F | 35 | 13 | 19 | 35 | 3C |
| Octal | 317 | 217 | 141 | 0 | 37 | 65 | 23 | 31 | 65 | 74 |
| Binary | 11001111 | 10001111 | 1100001 | 0 | 11111 | 110101 | 10011 | 11001 | 110101 | 111100 |
Color Harmonies of #CF8F61
Complementary color
Monochromatic Colors of #CF8F61
Black with #CF8F61
Text Example
Text Example
White with #CF8F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F61; }
p { color: rgb(207,143,97); }
H1.HeaderClassName
{
color: #CF8F61;
}
.AnyTagClassName
{
color: #CF8F61;
}
</style>
background-color css
<style>
a { background-color: #CF8F61; }
a { background-color: rgb(207,143,97); }
div.DivClassName
{
background-color: #CF8F61;
}
.BgClassName
{
background-color: #CF8F61;
}
</style>
border-color css
<style>
span { border-color: #CF8F61; }
span { border-color: rgb(207,143,97); }
td.TdClassName
{
border-color: #CF8F61;
}
.TagClassName
{
border-color: #CF8F61;
}
</style>