Shades of Whiskey #CF8C69
Tints of Whiskey #CF8C69
RGB
CMYK
RGB Variations
Color information
#CF8C69 (or 0xCF8C69) is known color: Whiskey. HEX triplet: CF, 8C and 69. RGB value is (207,140,105). Sum of RGB (Red+Green+Blue) = 207+140+105=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C69 is #307396. Grayscale: #9C9C9C. Windows color (decimal): -3175319 or 6917327. OLE color: 6917327.
HSL color Cylindrical-coordinate representation of color #CF8C69: hue angle of 20.59º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF8C69 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 105 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.19 |
| HSL | 20.59º | 0.52% | 0.61% | - |
| HSV(B) | 20.59º | 0.49% | 0.81% | - |
| XYZ | 37.66 | 33.04 | 17.76 | - |
| YUV | 156.04 | 99.2 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 105 | 0 | 0.32 | 0.49 | 0.19 | 20.59 | 0.52 | 0.61 |
| Hex | CF | 8C | 69 | 0 | 20 | 31 | 13 | 15 | 34 | 3D |
| Octal | 317 | 214 | 151 | 0 | 40 | 61 | 23 | 25 | 64 | 75 |
| Binary | 11001111 | 10001100 | 1101001 | 0 | 100000 | 110001 | 10011 | 10101 | 110100 | 111101 |
Color Harmonies of #CF8C69
Complementary color
Monochromatic Colors of #CF8C69
Black with #CF8C69
Text Example
Text Example
White with #CF8C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C69; }
p { color: rgb(207,140,105); }
H1.HeaderClassName
{
color: #CF8C69;
}
.AnyTagClassName
{
color: #CF8C69;
}
</style>
background-color css
<style>
a { background-color: #CF8C69; }
a { background-color: rgb(207,140,105); }
div.DivClassName
{
background-color: #CF8C69;
}
.BgClassName
{
background-color: #CF8C69;
}
</style>
border-color css
<style>
span { border-color: #CF8C69; }
span { border-color: rgb(207,140,105); }
td.TdClassName
{
border-color: #CF8C69;
}
.TagClassName
{
border-color: #CF8C69;
}
</style>