Shades of Whiskey #CF9765
Tints of Whiskey #CF9765
RGB
CMYK
RGB Variations
Color information
#CF9765 (or 0xCF9765) is known color: Whiskey. HEX triplet: CF, 97 and 65. RGB value is (207,151,101). Sum of RGB (Red+Green+Blue) = 207+151+101=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9765 is #30689A. Grayscale: #A2A2A2. Windows color (decimal): -3172507 or 6657999. OLE color: 6657999.
HSL color Cylindrical-coordinate representation of color #CF9765: hue angle of 28.3º 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 #CF9765 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 101 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.19 |
| HSL | 28.3º | 0.52% | 0.6% | - |
| HSV(B) | 28.3º | 0.51% | 0.81% | - |
| XYZ | 39.15 | 36.34 | 17.26 | - |
| YUV | 162.04 | 93.55 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 101 | 0 | 0.27 | 0.51 | 0.19 | 28.3 | 0.52 | 0.6 |
| Hex | CF | 97 | 65 | 0 | 1B | 33 | 13 | 1C | 34 | 3C |
| Octal | 317 | 227 | 145 | 0 | 33 | 63 | 23 | 34 | 64 | 74 |
| Binary | 11001111 | 10010111 | 1100101 | 0 | 11011 | 110011 | 10011 | 11100 | 110100 | 111100 |
Color Harmonies of #CF9765
Complementary color
Monochromatic Colors of #CF9765
Black with #CF9765
Text Example
Text Example
White with #CF9765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9765; }
p { color: rgb(207,151,101); }
H1.HeaderClassName
{
color: #CF9765;
}
.AnyTagClassName
{
color: #CF9765;
}
</style>
background-color css
<style>
a { background-color: #CF9765; }
a { background-color: rgb(207,151,101); }
div.DivClassName
{
background-color: #CF9765;
}
.BgClassName
{
background-color: #CF9765;
}
</style>
border-color css
<style>
span { border-color: #CF9765; }
span { border-color: rgb(207,151,101); }
td.TdClassName
{
border-color: #CF9765;
}
.TagClassName
{
border-color: #CF9765;
}
</style>