Shades of Whiskey #CF9568
Tints of Whiskey #CF9568
RGB
CMYK
RGB Variations
Color information
#CF9568 (or 0xCF9568) is known color: Whiskey. HEX triplet: CF, 95 and 68. RGB value is (207,149,104). Sum of RGB (Red+Green+Blue) = 207+149+104=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9568 is #306A97. Grayscale: #A1A1A1. Windows color (decimal): -3173016 or 6854095. OLE color: 6854095.
HSL color Cylindrical-coordinate representation of color #CF9568: hue angle of 26.21º 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 #CF9568 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 104 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.19 |
| HSL | 26.21º | 0.52% | 0.61% | - |
| HSV(B) | 26.21º | 0.5% | 0.81% | - |
| XYZ | 38.98 | 35.76 | 17.94 | - |
| YUV | 161.21 | 95.72 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 104 | 0 | 0.28 | 0.50 | 0.19 | 26.21 | 0.52 | 0.61 |
| Hex | CF | 95 | 68 | 0 | 1C | 32 | 13 | 1A | 34 | 3D |
| Octal | 317 | 225 | 150 | 0 | 34 | 62 | 23 | 32 | 64 | 75 |
| Binary | 11001111 | 10010101 | 1101000 | 0 | 11100 | 110010 | 10011 | 11010 | 110100 | 111101 |
Color Harmonies of #CF9568
Complementary color
Monochromatic Colors of #CF9568
Black with #CF9568
Text Example
Text Example
White with #CF9568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9568; }
p { color: rgb(207,149,104); }
H1.HeaderClassName
{
color: #CF9568;
}
.AnyTagClassName
{
color: #CF9568;
}
</style>
background-color css
<style>
a { background-color: #CF9568; }
a { background-color: rgb(207,149,104); }
div.DivClassName
{
background-color: #CF9568;
}
.BgClassName
{
background-color: #CF9568;
}
</style>
border-color css
<style>
span { border-color: #CF9568; }
span { border-color: rgb(207,149,104); }
td.TdClassName
{
border-color: #CF9568;
}
.TagClassName
{
border-color: #CF9568;
}
</style>