Shades of Whiskey #CF915F
Tints of Whiskey #CF915F
RGB
CMYK
RGB Variations
Color information
#CF915F (or 0xCF915F) is known color: Whiskey. HEX triplet: CF, 91 and 5F. RGB value is (207,145,95). Sum of RGB (Red+Green+Blue) = 207+145+95=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF915F is #306EA0. Grayscale: #9E9E9E. Windows color (decimal): -3174049 or 6263247. OLE color: 6263247.
HSL color Cylindrical-coordinate representation of color #CF915F: hue angle of 26.79º 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 #CF915F is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 95 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.19 |
| HSL | 26.79º | 0.54% | 0.59% | - |
| HSV(B) | 26.79º | 0.54% | 0.81% | - |
| XYZ | 37.92 | 34.34 | 15.46 | - |
| YUV | 157.84 | 92.54 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 95 | 0 | 0.30 | 0.54 | 0.19 | 26.79 | 0.54 | 0.59 |
| Hex | CF | 91 | 5F | 0 | 1E | 36 | 13 | 1B | 36 | 3B |
| Octal | 317 | 221 | 137 | 0 | 36 | 66 | 23 | 33 | 66 | 73 |
| Binary | 11001111 | 10010001 | 1011111 | 0 | 11110 | 110110 | 10011 | 11011 | 110110 | 111011 |
Color Harmonies of #CF915F
Complementary color
Monochromatic Colors of #CF915F
Black with #CF915F
Text Example
Text Example
White with #CF915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF915F; }
p { color: rgb(207,145,95); }
H1.HeaderClassName
{
color: #CF915F;
}
.AnyTagClassName
{
color: #CF915F;
}
</style>
background-color css
<style>
a { background-color: #CF915F; }
a { background-color: rgb(207,145,95); }
div.DivClassName
{
background-color: #CF915F;
}
.BgClassName
{
background-color: #CF915F;
}
</style>
border-color css
<style>
span { border-color: #CF915F; }
span { border-color: rgb(207,145,95); }
td.TdClassName
{
border-color: #CF915F;
}
.TagClassName
{
border-color: #CF915F;
}
</style>