Shades of Whiskey #CF9969
Tints of Whiskey #CF9969
RGB
CMYK
RGB Variations
Color information
#CF9969 (or 0xCF9969) is known color: Whiskey. HEX triplet: CF, 99 and 69. RGB value is (207,153,105). Sum of RGB (Red+Green+Blue) = 207+153+105=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9969 is #306696. Grayscale: #A3A3A3. Windows color (decimal): -3171991 or 6920655. OLE color: 6920655.
HSL color Cylindrical-coordinate representation of color #CF9969: hue angle of 28.24º degrees, saturation: 0.52, 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 #CF9969 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 105 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.19 |
| HSL | 28.24º | 0.52% | 0.61% | - |
| HSV(B) | 28.24º | 0.49% | 0.81% | - |
| XYZ | 39.67 | 37.07 | 18.43 | - |
| YUV | 163.67 | 94.89 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 105 | 0 | 0.26 | 0.49 | 0.19 | 28.24 | 0.52 | 0.61 |
| Hex | CF | 99 | 69 | 0 | 1A | 31 | 13 | 1C | 34 | 3D |
| Octal | 317 | 231 | 151 | 0 | 32 | 61 | 23 | 34 | 64 | 75 |
| Binary | 11001111 | 10011001 | 1101001 | 0 | 11010 | 110001 | 10011 | 11100 | 110100 | 111101 |
Color Harmonies of #CF9969
Complementary color
Monochromatic Colors of #CF9969
Black with #CF9969
Text Example
Text Example
White with #CF9969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9969; }
p { color: rgb(207,153,105); }
H1.HeaderClassName
{
color: #CF9969;
}
.AnyTagClassName
{
color: #CF9969;
}
</style>
background-color css
<style>
a { background-color: #CF9969; }
a { background-color: rgb(207,153,105); }
div.DivClassName
{
background-color: #CF9969;
}
.BgClassName
{
background-color: #CF9969;
}
</style>
border-color css
<style>
span { border-color: #CF9969; }
span { border-color: rgb(207,153,105); }
td.TdClassName
{
border-color: #CF9969;
}
.TagClassName
{
border-color: #CF9969;
}
</style>