Shades of Whiskey #CF9669
Tints of Whiskey #CF9669
RGB
CMYK
RGB Variations
Color information
#CF9669 (or 0xCF9669) is known color: Whiskey. HEX triplet: CF, 96 and 69. RGB value is (207,150,105). Sum of RGB (Red+Green+Blue) = 207+150+105=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9669 is #306996. Grayscale: #A2A2A2. Windows color (decimal): -3172759 or 6919887. OLE color: 6919887.
HSL color Cylindrical-coordinate representation of color #CF9669: hue angle of 26.47º 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 #CF9669 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 105 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.19 |
| HSL | 26.47º | 0.52% | 0.61% | - |
| HSV(B) | 26.47º | 0.49% | 0.81% | - |
| XYZ | 39.19 | 36.1 | 18.27 | - |
| YUV | 161.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 105 | 0 | 0.28 | 0.49 | 0.19 | 26.47 | 0.52 | 0.61 |
| Hex | CF | 96 | 69 | 0 | 1C | 31 | 13 | 1A | 34 | 3D |
| Octal | 317 | 226 | 151 | 0 | 34 | 61 | 23 | 32 | 64 | 75 |
| Binary | 11001111 | 10010110 | 1101001 | 0 | 11100 | 110001 | 10011 | 11010 | 110100 | 111101 |
Color Harmonies of #CF9669
Complementary color
Monochromatic Colors of #CF9669
Black with #CF9669
Text Example
Text Example
White with #CF9669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9669; }
p { color: rgb(207,150,105); }
H1.HeaderClassName
{
color: #CF9669;
}
.AnyTagClassName
{
color: #CF9669;
}
</style>
background-color css
<style>
a { background-color: #CF9669; }
a { background-color: rgb(207,150,105); }
div.DivClassName
{
background-color: #CF9669;
}
.BgClassName
{
background-color: #CF9669;
}
</style>
border-color css
<style>
span { border-color: #CF9669; }
span { border-color: rgb(207,150,105); }
td.TdClassName
{
border-color: #CF9669;
}
.TagClassName
{
border-color: #CF9669;
}
</style>