Shades of Whiskey #CF9967
Tints of Whiskey #CF9967
RGB
CMYK
RGB Variations
Color information
#CF9967 (or 0xCF9967) is known color: Whiskey. HEX triplet: CF, 99 and 67. RGB value is (207,153,103). Sum of RGB (Red+Green+Blue) = 207+153+103=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9967 is #306698. Grayscale: #A3A3A3. Windows color (decimal): -3171993 or 6789583. OLE color: 6789583.
HSL color Cylindrical-coordinate representation of color #CF9967: hue angle of 28.85º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF9967 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 103 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.19 |
| HSL | 28.85º | 0.52% | 0.61% | - |
| HSV(B) | 28.85º | 0.5% | 0.81% | - |
| XYZ | 39.57 | 37.03 | 17.89 | - |
| YUV | 163.45 | 93.89 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 103 | 0 | 0.26 | 0.50 | 0.19 | 28.85 | 0.52 | 0.61 |
| Hex | CF | 99 | 67 | 0 | 1A | 32 | 13 | 1D | 34 | 3D |
| Octal | 317 | 231 | 147 | 0 | 32 | 62 | 23 | 35 | 64 | 75 |
| Binary | 11001111 | 10011001 | 1100111 | 0 | 11010 | 110010 | 10011 | 11101 | 110100 | 111101 |
Color Harmonies of #CF9967
Complementary color
Monochromatic Colors of #CF9967
Black with #CF9967
Text Example
Text Example
White with #CF9967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9967; }
p { color: rgb(207,153,103); }
H1.HeaderClassName
{
color: #CF9967;
}
.AnyTagClassName
{
color: #CF9967;
}
</style>
background-color css
<style>
a { background-color: #CF9967; }
a { background-color: rgb(207,153,103); }
div.DivClassName
{
background-color: #CF9967;
}
.BgClassName
{
background-color: #CF9967;
}
</style>
border-color css
<style>
span { border-color: #CF9967; }
span { border-color: rgb(207,153,103); }
td.TdClassName
{
border-color: #CF9967;
}
.TagClassName
{
border-color: #CF9967;
}
</style>