Shades of Whiskey #CF8E64
Tints of Whiskey #CF8E64
RGB
CMYK
RGB Variations
Color information
#CF8E64 (or 0xCF8E64) is known color: Whiskey. HEX triplet: CF, 8E and 64. RGB value is (207,142,100). Sum of RGB (Red+Green+Blue) = 207+142+100=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8E64 is #30719B. Grayscale: #9C9C9C. Windows color (decimal): -3174812 or 6590159. OLE color: 6590159.
HSL color Cylindrical-coordinate representation of color #CF8E64: hue angle of 23.55º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF8E64 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 142 | 100 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.19 |
| HSL | 23.55º | 0.53% | 0.6% | - |
| HSV(B) | 23.55º | 0.52% | 0.81% | - |
| XYZ | 37.71 | 33.53 | 16.54 | - |
| YUV | 156.65 | 96.03 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 100 | 0 | 0.31 | 0.52 | 0.19 | 23.55 | 0.53 | 0.6 |
| Hex | CF | 8E | 64 | 0 | 1F | 34 | 13 | 18 | 35 | 3C |
| Octal | 317 | 216 | 144 | 0 | 37 | 64 | 23 | 30 | 65 | 74 |
| Binary | 11001111 | 10001110 | 1100100 | 0 | 11111 | 110100 | 10011 | 11000 | 110101 | 111100 |
Color Harmonies of #CF8E64
Complementary color
Monochromatic Colors of #CF8E64
Black with #CF8E64
Text Example
Text Example
White with #CF8E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8E64; }
p { color: rgb(207,142,100); }
H1.HeaderClassName
{
color: #CF8E64;
}
.AnyTagClassName
{
color: #CF8E64;
}
</style>
background-color css
<style>
a { background-color: #CF8E64; }
a { background-color: rgb(207,142,100); }
div.DivClassName
{
background-color: #CF8E64;
}
.BgClassName
{
background-color: #CF8E64;
}
</style>
border-color css
<style>
span { border-color: #CF8E64; }
span { border-color: rgb(207,142,100); }
td.TdClassName
{
border-color: #CF8E64;
}
.TagClassName
{
border-color: #CF8E64;
}
</style>