Shades of Whiskey #CF986A
Tints of Whiskey #CF986A
RGB
CMYK
RGB Variations
Color information
#CF986A (or 0xCF986A) is known color: Whiskey. HEX triplet: CF, 98 and 6A. RGB value is (207,152,106). Sum of RGB (Red+Green+Blue) = 207+152+106=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF986A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF986A is #306795. Grayscale: #A3A3A3. Windows color (decimal): -3172246 or 6985935. OLE color: 6985935.
HSL color Cylindrical-coordinate representation of color #CF986A: hue angle of 27.33º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF986A is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 106 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.19 |
| HSL | 27.33º | 0.51% | 0.61% | - |
| HSV(B) | 27.33º | 0.49% | 0.81% | - |
| XYZ | 39.56 | 36.76 | 18.65 | - |
| YUV | 163.2 | 95.72 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 106 | 0 | 0.27 | 0.49 | 0.19 | 27.33 | 0.51 | 0.61 |
| Hex | CF | 98 | 6A | 0 | 1B | 31 | 13 | 1B | 33 | 3D |
| Octal | 317 | 230 | 152 | 0 | 33 | 61 | 23 | 33 | 63 | 75 |
| Binary | 11001111 | 10011000 | 1101010 | 0 | 11011 | 110001 | 10011 | 11011 | 110011 | 111101 |
Color Harmonies of #CF986A
Complementary color
Monochromatic Colors of #CF986A
Black with #CF986A
Text Example
Text Example
White with #CF986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF986A; }
p { color: rgb(207,152,106); }
H1.HeaderClassName
{
color: #CF986A;
}
.AnyTagClassName
{
color: #CF986A;
}
</style>
background-color css
<style>
a { background-color: #CF986A; }
a { background-color: rgb(207,152,106); }
div.DivClassName
{
background-color: #CF986A;
}
.BgClassName
{
background-color: #CF986A;
}
</style>
border-color css
<style>
span { border-color: #CF986A; }
span { border-color: rgb(207,152,106); }
td.TdClassName
{
border-color: #CF986A;
}
.TagClassName
{
border-color: #CF986A;
}
</style>