Shades of Whiskey #CF8D66
Tints of Whiskey #CF8D66
RGB
CMYK
RGB Variations
Color information
#CF8D66 (or 0xCF8D66) is known color: Whiskey. HEX triplet: CF, 8D and 66. RGB value is (207,141,102). Sum of RGB (Red+Green+Blue) = 207+141+102=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8D66 is #307299. Grayscale: #9C9C9C. Windows color (decimal): -3175066 or 6720975. OLE color: 6720975.
HSL color Cylindrical-coordinate representation of color #CF8D66: hue angle of 22.29º 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 #CF8D66 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 102 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.19 |
| HSL | 22.29º | 0.52% | 0.61% | - |
| HSV(B) | 22.29º | 0.51% | 0.81% | - |
| XYZ | 37.66 | 33.27 | 17.01 | - |
| YUV | 156.29 | 97.37 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 102 | 0 | 0.32 | 0.51 | 0.19 | 22.29 | 0.52 | 0.61 |
| Hex | CF | 8D | 66 | 0 | 20 | 33 | 13 | 16 | 34 | 3D |
| Octal | 317 | 215 | 146 | 0 | 40 | 63 | 23 | 26 | 64 | 75 |
| Binary | 11001111 | 10001101 | 1100110 | 0 | 100000 | 110011 | 10011 | 10110 | 110100 | 111101 |
Color Harmonies of #CF8D66
Complementary color
Monochromatic Colors of #CF8D66
Black with #CF8D66
Text Example
Text Example
White with #CF8D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D66; }
p { color: rgb(207,141,102); }
H1.HeaderClassName
{
color: #CF8D66;
}
.AnyTagClassName
{
color: #CF8D66;
}
</style>
background-color css
<style>
a { background-color: #CF8D66; }
a { background-color: rgb(207,141,102); }
div.DivClassName
{
background-color: #CF8D66;
}
.BgClassName
{
background-color: #CF8D66;
}
</style>
border-color css
<style>
span { border-color: #CF8D66; }
span { border-color: rgb(207,141,102); }
td.TdClassName
{
border-color: #CF8D66;
}
.TagClassName
{
border-color: #CF8D66;
}
</style>