Shades of Whiskey #CF996C
Tints of Whiskey #CF996C
RGB
CMYK
RGB Variations
Color information
#CF996C (or 0xCF996C) is known color: Whiskey. HEX triplet: CF, 99 and 6C. RGB value is (207,153,108). Sum of RGB (Red+Green+Blue) = 207+153+108=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF996C is #306693. Grayscale: #A4A4A4. Windows color (decimal): -3171988 or 7117263. OLE color: 7117263.
HSL color Cylindrical-coordinate representation of color #CF996C: hue angle of 27.27º 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 #CF996C is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 108 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.19 |
| HSL | 27.27º | 0.51% | 0.62% | - |
| HSV(B) | 27.27º | 0.48% | 0.81% | - |
| XYZ | 39.83 | 37.13 | 19.26 | - |
| YUV | 164.02 | 96.39 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 108 | 0 | 0.26 | 0.48 | 0.19 | 27.27 | 0.51 | 0.62 |
| Hex | CF | 99 | 6C | 0 | 1A | 30 | 13 | 1B | 33 | 3E |
| Octal | 317 | 231 | 154 | 0 | 32 | 60 | 23 | 33 | 63 | 76 |
| Binary | 11001111 | 10011001 | 1101100 | 0 | 11010 | 110000 | 10011 | 11011 | 110011 | 111110 |
Color Harmonies of #CF996C
Complementary color
Monochromatic Colors of #CF996C
Black with #CF996C
Text Example
Text Example
White with #CF996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF996C; }
p { color: rgb(207,153,108); }
H1.HeaderClassName
{
color: #CF996C;
}
.AnyTagClassName
{
color: #CF996C;
}
</style>
background-color css
<style>
a { background-color: #CF996C; }
a { background-color: rgb(207,153,108); }
div.DivClassName
{
background-color: #CF996C;
}
.BgClassName
{
background-color: #CF996C;
}
</style>
border-color css
<style>
span { border-color: #CF996C; }
span { border-color: rgb(207,153,108); }
td.TdClassName
{
border-color: #CF996C;
}
.TagClassName
{
border-color: #CF996C;
}
</style>