Shades of Whiskey #CF9C64
Tints of Whiskey #CF9C64
RGB
CMYK
RGB Variations
Color information
#CF9C64 (or 0xCF9C64) is known color: Whiskey. HEX triplet: CF, 9C and 64. RGB value is (207,156,100). Sum of RGB (Red+Green+Blue) = 207+156+100=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9C64 is #30639B. Grayscale: #A5A5A5. Windows color (decimal): -3171228 or 6593743. OLE color: 6593743.
HSL color Cylindrical-coordinate representation of color #CF9C64: hue angle of 31.4º 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 #CF9C64 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 100 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.19 |
| HSL | 31.4º | 0.53% | 0.6% | - |
| HSV(B) | 31.4º | 0.52% | 0.81% | - |
| XYZ | 39.92 | 37.96 | 17.28 | - |
| YUV | 164.87 | 91.4 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 100 | 0 | 0.25 | 0.52 | 0.19 | 31.4 | 0.53 | 0.6 |
| Hex | CF | 9C | 64 | 0 | 19 | 34 | 13 | 1F | 35 | 3C |
| Octal | 317 | 234 | 144 | 0 | 31 | 64 | 23 | 37 | 65 | 74 |
| Binary | 11001111 | 10011100 | 1100100 | 0 | 11001 | 110100 | 10011 | 11111 | 110101 | 111100 |
Color Harmonies of #CF9C64
Complementary color
Monochromatic Colors of #CF9C64
Black with #CF9C64
Text Example
Text Example
White with #CF9C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C64; }
p { color: rgb(207,156,100); }
H1.HeaderClassName
{
color: #CF9C64;
}
.AnyTagClassName
{
color: #CF9C64;
}
</style>
background-color css
<style>
a { background-color: #CF9C64; }
a { background-color: rgb(207,156,100); }
div.DivClassName
{
background-color: #CF9C64;
}
.BgClassName
{
background-color: #CF9C64;
}
</style>
border-color css
<style>
span { border-color: #CF9C64; }
span { border-color: rgb(207,156,100); }
td.TdClassName
{
border-color: #CF9C64;
}
.TagClassName
{
border-color: #CF9C64;
}
</style>