Shades of Whiskey #CF9365
Tints of Whiskey #CF9365
RGB
CMYK
RGB Variations
Color information
#CF9365 (or 0xCF9365) is known color: Whiskey. HEX triplet: CF, 93 and 65. RGB value is (207,147,101). Sum of RGB (Red+Green+Blue) = 207+147+101=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9365 is #306C9A. Grayscale: #9F9F9F. Windows color (decimal): -3173531 or 6656975. OLE color: 6656975.
HSL color Cylindrical-coordinate representation of color #CF9365: hue angle of 26.04º 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 #CF9365 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 101 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.19 |
| HSL | 26.04º | 0.52% | 0.6% | - |
| HSV(B) | 26.04º | 0.51% | 0.81% | - |
| XYZ | 38.51 | 35.07 | 17.05 | - |
| YUV | 159.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 101 | 0 | 0.29 | 0.51 | 0.19 | 26.04 | 0.52 | 0.6 |
| Hex | CF | 93 | 65 | 0 | 1D | 33 | 13 | 1A | 34 | 3C |
| Octal | 317 | 223 | 145 | 0 | 35 | 63 | 23 | 32 | 64 | 74 |
| Binary | 11001111 | 10010011 | 1100101 | 0 | 11101 | 110011 | 10011 | 11010 | 110100 | 111100 |
Color Harmonies of #CF9365
Complementary color
Monochromatic Colors of #CF9365
Black with #CF9365
Text Example
Text Example
White with #CF9365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9365; }
p { color: rgb(207,147,101); }
H1.HeaderClassName
{
color: #CF9365;
}
.AnyTagClassName
{
color: #CF9365;
}
</style>
background-color css
<style>
a { background-color: #CF9365; }
a { background-color: rgb(207,147,101); }
div.DivClassName
{
background-color: #CF9365;
}
.BgClassName
{
background-color: #CF9365;
}
</style>
border-color css
<style>
span { border-color: #CF9365; }
span { border-color: rgb(207,147,101); }
td.TdClassName
{
border-color: #CF9365;
}
.TagClassName
{
border-color: #CF9365;
}
</style>