Shades of Whiskey #CF9865
Tints of Whiskey #CF9865
RGB
CMYK
RGB Variations
Color information
#CF9865 (or 0xCF9865) is known color: Whiskey. HEX triplet: CF, 98 and 65. RGB value is (207,152,101). Sum of RGB (Red+Green+Blue) = 207+152+101=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9865 is #30679A. Grayscale: #A2A2A2. Windows color (decimal): -3172251 or 6658255. OLE color: 6658255.
HSL color Cylindrical-coordinate representation of color #CF9865: hue angle of 28.87º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF9865 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 101 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.19 |
| HSL | 28.87º | 0.52% | 0.6% | - |
| HSV(B) | 28.87º | 0.51% | 0.81% | - |
| XYZ | 39.31 | 36.66 | 17.32 | - |
| YUV | 162.63 | 93.22 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 101 | 0 | 0.27 | 0.51 | 0.19 | 28.87 | 0.52 | 0.6 |
| Hex | CF | 98 | 65 | 0 | 1B | 33 | 13 | 1D | 34 | 3C |
| Octal | 317 | 230 | 145 | 0 | 33 | 63 | 23 | 35 | 64 | 74 |
| Binary | 11001111 | 10011000 | 1100101 | 0 | 11011 | 110011 | 10011 | 11101 | 110100 | 111100 |
Color Harmonies of #CF9865
Complementary color
Monochromatic Colors of #CF9865
Black with #CF9865
Text Example
Text Example
White with #CF9865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9865; }
p { color: rgb(207,152,101); }
H1.HeaderClassName
{
color: #CF9865;
}
.AnyTagClassName
{
color: #CF9865;
}
</style>
background-color css
<style>
a { background-color: #CF9865; }
a { background-color: rgb(207,152,101); }
div.DivClassName
{
background-color: #CF9865;
}
.BgClassName
{
background-color: #CF9865;
}
</style>
border-color css
<style>
span { border-color: #CF9865; }
span { border-color: rgb(207,152,101); }
td.TdClassName
{
border-color: #CF9865;
}
.TagClassName
{
border-color: #CF9865;
}
</style>