Shades of Whiskey #CF986C
Tints of Whiskey #CF986C
RGB
CMYK
RGB Variations
Color information
#CF986C (or 0xCF986C) is known color: Whiskey. HEX triplet: CF, 98 and 6C. RGB value is (207,152,108). Sum of RGB (Red+Green+Blue) = 207+152+108=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF986C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF986C is #306793. Grayscale: #A3A3A3. Windows color (decimal): -3172244 or 7117007. OLE color: 7117007.
HSL color Cylindrical-coordinate representation of color #CF986C: hue angle of 26.67º 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 #CF986C is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 108 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.19 |
| HSL | 26.67º | 0.51% | 0.62% | - |
| HSV(B) | 26.67º | 0.48% | 0.81% | - |
| XYZ | 39.67 | 36.8 | 19.2 | - |
| YUV | 163.43 | 96.72 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 108 | 0 | 0.27 | 0.48 | 0.19 | 26.67 | 0.51 | 0.62 |
| Hex | CF | 98 | 6C | 0 | 1B | 30 | 13 | 1B | 33 | 3E |
| Octal | 317 | 230 | 154 | 0 | 33 | 60 | 23 | 33 | 63 | 76 |
| Binary | 11001111 | 10011000 | 1101100 | 0 | 11011 | 110000 | 10011 | 11011 | 110011 | 111110 |
Color Harmonies of #CF986C
Complementary color
Monochromatic Colors of #CF986C
Black with #CF986C
Text Example
Text Example
White with #CF986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF986C; }
p { color: rgb(207,152,108); }
H1.HeaderClassName
{
color: #CF986C;
}
.AnyTagClassName
{
color: #CF986C;
}
</style>
background-color css
<style>
a { background-color: #CF986C; }
a { background-color: rgb(207,152,108); }
div.DivClassName
{
background-color: #CF986C;
}
.BgClassName
{
background-color: #CF986C;
}
</style>
border-color css
<style>
span { border-color: #CF986C; }
span { border-color: rgb(207,152,108); }
td.TdClassName
{
border-color: #CF986C;
}
.TagClassName
{
border-color: #CF986C;
}
</style>