Shades of Whiskey #CF8F66
Tints of Whiskey #CF8F66
RGB
CMYK
RGB Variations
Color information
#CF8F66 (or 0xCF8F66) is known color: Whiskey. HEX triplet: CF, 8F and 66. RGB value is (207,143,102). Sum of RGB (Red+Green+Blue) = 207+143+102=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F66 is #307099. Grayscale: #9D9D9D. Windows color (decimal): -3174554 or 6721487. OLE color: 6721487.
HSL color Cylindrical-coordinate representation of color #CF8F66: hue angle of 23.43º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF8F66 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 102 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.19 |
| HSL | 23.43º | 0.52% | 0.61% | - |
| HSV(B) | 23.43º | 0.51% | 0.81% | - |
| XYZ | 37.95 | 33.87 | 17.11 | - |
| YUV | 157.46 | 96.7 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 102 | 0 | 0.31 | 0.51 | 0.19 | 23.43 | 0.52 | 0.61 |
| Hex | CF | 8F | 66 | 0 | 1F | 33 | 13 | 17 | 34 | 3D |
| Octal | 317 | 217 | 146 | 0 | 37 | 63 | 23 | 27 | 64 | 75 |
| Binary | 11001111 | 10001111 | 1100110 | 0 | 11111 | 110011 | 10011 | 10111 | 110100 | 111101 |
Color Harmonies of #CF8F66
Complementary color
Monochromatic Colors of #CF8F66
Black with #CF8F66
Text Example
Text Example
White with #CF8F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F66; }
p { color: rgb(207,143,102); }
H1.HeaderClassName
{
color: #CF8F66;
}
.AnyTagClassName
{
color: #CF8F66;
}
</style>
background-color css
<style>
a { background-color: #CF8F66; }
a { background-color: rgb(207,143,102); }
div.DivClassName
{
background-color: #CF8F66;
}
.BgClassName
{
background-color: #CF8F66;
}
</style>
border-color css
<style>
span { border-color: #CF8F66; }
span { border-color: rgb(207,143,102); }
td.TdClassName
{
border-color: #CF8F66;
}
.TagClassName
{
border-color: #CF8F66;
}
</style>