Shades of Whiskey #CF8F60
Tints of Whiskey #CF8F60
RGB
CMYK
RGB Variations
Color information
#CF8F60 (or 0xCF8F60) is known color: Whiskey. HEX triplet: CF, 8F and 60. RGB value is (207,143,96). Sum of RGB (Red+Green+Blue) = 207+143+96=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F60 is #30709F. Grayscale: #9D9D9D. Windows color (decimal): -3174560 or 6328271. OLE color: 6328271.
HSL color Cylindrical-coordinate representation of color #CF8F60: hue angle of 25.41º 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 #CF8F60 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 96 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.19 |
| HSL | 25.41º | 0.54% | 0.59% | - |
| HSV(B) | 25.41º | 0.54% | 0.81% | - |
| XYZ | 37.67 | 33.75 | 15.6 | - |
| YUV | 156.78 | 93.7 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 96 | 0 | 0.31 | 0.54 | 0.19 | 25.41 | 0.54 | 0.59 |
| Hex | CF | 8F | 60 | 0 | 1F | 36 | 13 | 19 | 36 | 3B |
| Octal | 317 | 217 | 140 | 0 | 37 | 66 | 23 | 31 | 66 | 73 |
| Binary | 11001111 | 10001111 | 1100000 | 0 | 11111 | 110110 | 10011 | 11001 | 110110 | 111011 |
Color Harmonies of #CF8F60
Complementary color
Monochromatic Colors of #CF8F60
Black with #CF8F60
Text Example
Text Example
White with #CF8F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F60; }
p { color: rgb(207,143,96); }
H1.HeaderClassName
{
color: #CF8F60;
}
.AnyTagClassName
{
color: #CF8F60;
}
</style>
background-color css
<style>
a { background-color: #CF8F60; }
a { background-color: rgb(207,143,96); }
div.DivClassName
{
background-color: #CF8F60;
}
.BgClassName
{
background-color: #CF8F60;
}
</style>
border-color css
<style>
span { border-color: #CF8F60; }
span { border-color: rgb(207,143,96); }
td.TdClassName
{
border-color: #CF8F60;
}
.TagClassName
{
border-color: #CF8F60;
}
</style>