Shades of Whiskey #CF966C
Tints of Whiskey #CF966C
RGB
CMYK
RGB Variations
Color information
#CF966C (or 0xCF966C) is known color: Whiskey. HEX triplet: CF, 96 and 6C. RGB value is (207,150,108). Sum of RGB (Red+Green+Blue) = 207+150+108=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF966C is #306993. Grayscale: #A2A2A2. Windows color (decimal): -3172756 or 7116495. OLE color: 7116495.
HSL color Cylindrical-coordinate representation of color #CF966C: hue angle of 25.45º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF966C is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 108 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.19 |
| HSL | 25.45º | 0.51% | 0.62% | - |
| HSV(B) | 25.45º | 0.48% | 0.81% | - |
| XYZ | 39.35 | 36.16 | 19.09 | - |
| YUV | 162.26 | 97.38 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 108 | 0 | 0.28 | 0.48 | 0.19 | 25.45 | 0.51 | 0.62 |
| Hex | CF | 96 | 6C | 0 | 1C | 30 | 13 | 19 | 33 | 3E |
| Octal | 317 | 226 | 154 | 0 | 34 | 60 | 23 | 31 | 63 | 76 |
| Binary | 11001111 | 10010110 | 1101100 | 0 | 11100 | 110000 | 10011 | 11001 | 110011 | 111110 |
Color Harmonies of #CF966C
Complementary color
Monochromatic Colors of #CF966C
Black with #CF966C
Text Example
Text Example
White with #CF966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF966C; }
p { color: rgb(207,150,108); }
H1.HeaderClassName
{
color: #CF966C;
}
.AnyTagClassName
{
color: #CF966C;
}
</style>
background-color css
<style>
a { background-color: #CF966C; }
a { background-color: rgb(207,150,108); }
div.DivClassName
{
background-color: #CF966C;
}
.BgClassName
{
background-color: #CF966C;
}
</style>
border-color css
<style>
span { border-color: #CF966C; }
span { border-color: rgb(207,150,108); }
td.TdClassName
{
border-color: #CF966C;
}
.TagClassName
{
border-color: #CF966C;
}
</style>