Shades of Whiskey #CF9064
Tints of Whiskey #CF9064
RGB
CMYK
RGB Variations
Color information
#CF9064 (or 0xCF9064) is known color: Whiskey. HEX triplet: CF, 90 and 64. RGB value is (207,144,100). Sum of RGB (Red+Green+Blue) = 207+144+100=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9064 is #306F9B. Grayscale: #9E9E9E. Windows color (decimal): -3174300 or 6590671. OLE color: 6590671.
HSL color Cylindrical-coordinate representation of color #CF9064: hue angle of 24.67º 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 #CF9064 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 100 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.19 |
| HSL | 24.67º | 0.53% | 0.6% | - |
| HSV(B) | 24.67º | 0.52% | 0.81% | - |
| XYZ | 38.01 | 34.13 | 16.64 | - |
| YUV | 157.82 | 95.37 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 100 | 0 | 0.30 | 0.52 | 0.19 | 24.67 | 0.53 | 0.6 |
| Hex | CF | 90 | 64 | 0 | 1E | 34 | 13 | 19 | 35 | 3C |
| Octal | 317 | 220 | 144 | 0 | 36 | 64 | 23 | 31 | 65 | 74 |
| Binary | 11001111 | 10010000 | 1100100 | 0 | 11110 | 110100 | 10011 | 11001 | 110101 | 111100 |
Color Harmonies of #CF9064
Complementary color
Monochromatic Colors of #CF9064
Black with #CF9064
Text Example
Text Example
White with #CF9064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9064; }
p { color: rgb(207,144,100); }
H1.HeaderClassName
{
color: #CF9064;
}
.AnyTagClassName
{
color: #CF9064;
}
</style>
background-color css
<style>
a { background-color: #CF9064; }
a { background-color: rgb(207,144,100); }
div.DivClassName
{
background-color: #CF9064;
}
.BgClassName
{
background-color: #CF9064;
}
</style>
border-color css
<style>
span { border-color: #CF9064; }
span { border-color: rgb(207,144,100); }
td.TdClassName
{
border-color: #CF9064;
}
.TagClassName
{
border-color: #CF9064;
}
</style>