Shades of Whiskey #CF996A
Tints of Whiskey #CF996A
RGB
CMYK
RGB Variations
Color information
#CF996A (or 0xCF996A) is known color: Whiskey. HEX triplet: CF, 99 and 6A. RGB value is (207,153,106). Sum of RGB (Red+Green+Blue) = 207+153+106=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF996A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF996A is #306695. Grayscale: #A4A4A4. Windows color (decimal): -3171990 or 6986191. OLE color: 6986191.
HSL color Cylindrical-coordinate representation of color #CF996A: hue angle of 27.92º 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 #CF996A is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 106 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.19 |
| HSL | 27.92º | 0.51% | 0.61% | - |
| HSV(B) | 27.92º | 0.49% | 0.81% | - |
| XYZ | 39.72 | 37.09 | 18.7 | - |
| YUV | 163.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 106 | 0 | 0.26 | 0.49 | 0.19 | 27.92 | 0.51 | 0.61 |
| Hex | CF | 99 | 6A | 0 | 1A | 31 | 13 | 1C | 33 | 3D |
| Octal | 317 | 231 | 152 | 0 | 32 | 61 | 23 | 34 | 63 | 75 |
| Binary | 11001111 | 10011001 | 1101010 | 0 | 11010 | 110001 | 10011 | 11100 | 110011 | 111101 |
Color Harmonies of #CF996A
Complementary color
Monochromatic Colors of #CF996A
Black with #CF996A
Text Example
Text Example
White with #CF996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF996A; }
p { color: rgb(207,153,106); }
H1.HeaderClassName
{
color: #CF996A;
}
.AnyTagClassName
{
color: #CF996A;
}
</style>
background-color css
<style>
a { background-color: #CF996A; }
a { background-color: rgb(207,153,106); }
div.DivClassName
{
background-color: #CF996A;
}
.BgClassName
{
background-color: #CF996A;
}
</style>
border-color css
<style>
span { border-color: #CF996A; }
span { border-color: rgb(207,153,106); }
td.TdClassName
{
border-color: #CF996A;
}
.TagClassName
{
border-color: #CF996A;
}
</style>