Shades of Whiskey #CF9464
Tints of Whiskey #CF9464
RGB
CMYK
RGB Variations
Color information
#CF9464 (or 0xCF9464) is known color: Whiskey. HEX triplet: CF, 94 and 64. RGB value is (207,148,100). Sum of RGB (Red+Green+Blue) = 207+148+100=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9464 is #306B9B. Grayscale: #A0A0A0. Windows color (decimal): -3173276 or 6591695. OLE color: 6591695.
HSL color Cylindrical-coordinate representation of color #CF9464: hue angle of 26.92º 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 #CF9464 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 100 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.19 |
| HSL | 26.92º | 0.53% | 0.6% | - |
| HSV(B) | 26.92º | 0.52% | 0.81% | - |
| XYZ | 38.62 | 35.37 | 16.85 | - |
| YUV | 160.17 | 94.05 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 100 | 0 | 0.29 | 0.52 | 0.19 | 26.92 | 0.53 | 0.6 |
| Hex | CF | 94 | 64 | 0 | 1D | 34 | 13 | 1B | 35 | 3C |
| Octal | 317 | 224 | 144 | 0 | 35 | 64 | 23 | 33 | 65 | 74 |
| Binary | 11001111 | 10010100 | 1100100 | 0 | 11101 | 110100 | 10011 | 11011 | 110101 | 111100 |
Color Harmonies of #CF9464
Complementary color
Monochromatic Colors of #CF9464
Black with #CF9464
Text Example
Text Example
White with #CF9464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9464; }
p { color: rgb(207,148,100); }
H1.HeaderClassName
{
color: #CF9464;
}
.AnyTagClassName
{
color: #CF9464;
}
</style>
background-color css
<style>
a { background-color: #CF9464; }
a { background-color: rgb(207,148,100); }
div.DivClassName
{
background-color: #CF9464;
}
.BgClassName
{
background-color: #CF9464;
}
</style>
border-color css
<style>
span { border-color: #CF9464; }
span { border-color: rgb(207,148,100); }
td.TdClassName
{
border-color: #CF9464;
}
.TagClassName
{
border-color: #CF9464;
}
</style>