Shades of Whiskey #CF9160
Tints of Whiskey #CF9160
RGB
CMYK
RGB Variations
Color information
#CF9160 (or 0xCF9160) is known color: Whiskey. HEX triplet: CF, 91 and 60. RGB value is (207,145,96). Sum of RGB (Red+Green+Blue) = 207+145+96=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9160 is #306E9F. Grayscale: #9E9E9E. Windows color (decimal): -3174048 or 6328783. OLE color: 6328783.
HSL color Cylindrical-coordinate representation of color #CF9160: hue angle of 26.49º 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 #CF9160 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 96 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.19 |
| HSL | 26.49º | 0.54% | 0.59% | - |
| HSV(B) | 26.49º | 0.54% | 0.81% | - |
| XYZ | 37.97 | 34.36 | 15.7 | - |
| YUV | 157.95 | 93.04 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 96 | 0 | 0.30 | 0.54 | 0.19 | 26.49 | 0.54 | 0.59 |
| Hex | CF | 91 | 60 | 0 | 1E | 36 | 13 | 1A | 36 | 3B |
| Octal | 317 | 221 | 140 | 0 | 36 | 66 | 23 | 32 | 66 | 73 |
| Binary | 11001111 | 10010001 | 1100000 | 0 | 11110 | 110110 | 10011 | 11010 | 110110 | 111011 |
Color Harmonies of #CF9160
Complementary color
Monochromatic Colors of #CF9160
Black with #CF9160
Text Example
Text Example
White with #CF9160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9160; }
p { color: rgb(207,145,96); }
H1.HeaderClassName
{
color: #CF9160;
}
.AnyTagClassName
{
color: #CF9160;
}
</style>
background-color css
<style>
a { background-color: #CF9160; }
a { background-color: rgb(207,145,96); }
div.DivClassName
{
background-color: #CF9160;
}
.BgClassName
{
background-color: #CF9160;
}
</style>
border-color css
<style>
span { border-color: #CF9160; }
span { border-color: rgb(207,145,96); }
td.TdClassName
{
border-color: #CF9160;
}
.TagClassName
{
border-color: #CF9160;
}
</style>