Shades of Whiskey #CF9867
Tints of Whiskey #CF9867
RGB
CMYK
RGB Variations
Color information
#CF9867 (or 0xCF9867) is known color: Whiskey. HEX triplet: CF, 98 and 67. RGB value is (207,152,103). Sum of RGB (Red+Green+Blue) = 207+152+103=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9867 is #306798. Grayscale: #A3A3A3. Windows color (decimal): -3172249 or 6789327. OLE color: 6789327.
HSL color Cylindrical-coordinate representation of color #CF9867: hue angle of 28.27º 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 #CF9867 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 103 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.19 |
| HSL | 28.27º | 0.52% | 0.61% | - |
| HSV(B) | 28.27º | 0.5% | 0.81% | - |
| XYZ | 39.41 | 36.7 | 17.84 | - |
| YUV | 162.86 | 94.22 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 103 | 0 | 0.27 | 0.50 | 0.19 | 28.27 | 0.52 | 0.61 |
| Hex | CF | 98 | 67 | 0 | 1B | 32 | 13 | 1C | 34 | 3D |
| Octal | 317 | 230 | 147 | 0 | 33 | 62 | 23 | 34 | 64 | 75 |
| Binary | 11001111 | 10011000 | 1100111 | 0 | 11011 | 110010 | 10011 | 11100 | 110100 | 111101 |
Color Harmonies of #CF9867
Complementary color
Monochromatic Colors of #CF9867
Black with #CF9867
Text Example
Text Example
White with #CF9867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9867; }
p { color: rgb(207,152,103); }
H1.HeaderClassName
{
color: #CF9867;
}
.AnyTagClassName
{
color: #CF9867;
}
</style>
background-color css
<style>
a { background-color: #CF9867; }
a { background-color: rgb(207,152,103); }
div.DivClassName
{
background-color: #CF9867;
}
.BgClassName
{
background-color: #CF9867;
}
</style>
border-color css
<style>
span { border-color: #CF9867; }
span { border-color: rgb(207,152,103); }
td.TdClassName
{
border-color: #CF9867;
}
.TagClassName
{
border-color: #CF9867;
}
</style>