Shades of Whiskey #CF8C5F
Tints of Whiskey #CF8C5F
RGB
CMYK
RGB Variations
Color information
#CF8C5F (or 0xCF8C5F) is known color: Whiskey. HEX triplet: CF, 8C and 5F. RGB value is (207,140,95). Sum of RGB (Red+Green+Blue) = 207+140+95=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C5F is #3073A0. Grayscale: #9B9B9B. Windows color (decimal): -3175329 or 6261967. OLE color: 6261967.
HSL color Cylindrical-coordinate representation of color #CF8C5F: hue angle of 24.11º 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 #CF8C5F is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 95 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.19 |
| HSL | 24.11º | 0.54% | 0.59% | - |
| HSV(B) | 24.11º | 0.54% | 0.81% | - |
| XYZ | 37.18 | 32.85 | 15.21 | - |
| YUV | 154.9 | 94.2 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 95 | 0 | 0.32 | 0.54 | 0.19 | 24.11 | 0.54 | 0.59 |
| Hex | CF | 8C | 5F | 0 | 20 | 36 | 13 | 18 | 36 | 3B |
| Octal | 317 | 214 | 137 | 0 | 40 | 66 | 23 | 30 | 66 | 73 |
| Binary | 11001111 | 10001100 | 1011111 | 0 | 100000 | 110110 | 10011 | 11000 | 110110 | 111011 |
Color Harmonies of #CF8C5F
Complementary color
Monochromatic Colors of #CF8C5F
Black with #CF8C5F
Text Example
Text Example
White with #CF8C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C5F; }
p { color: rgb(207,140,95); }
H1.HeaderClassName
{
color: #CF8C5F;
}
.AnyTagClassName
{
color: #CF8C5F;
}
</style>
background-color css
<style>
a { background-color: #CF8C5F; }
a { background-color: rgb(207,140,95); }
div.DivClassName
{
background-color: #CF8C5F;
}
.BgClassName
{
background-color: #CF8C5F;
}
</style>
border-color css
<style>
span { border-color: #CF8C5F; }
span { border-color: rgb(207,140,95); }
td.TdClassName
{
border-color: #CF8C5F;
}
.TagClassName
{
border-color: #CF8C5F;
}
</style>