Shades of Whiskey #CF9766
Tints of Whiskey #CF9766
RGB
CMYK
RGB Variations
Color information
#CF9766 (or 0xCF9766) is known color: Whiskey. HEX triplet: CF, 97 and 66. RGB value is (207,151,102). Sum of RGB (Red+Green+Blue) = 207+151+102=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9766 is #306899. Grayscale: #A2A2A2. Windows color (decimal): -3172506 or 6723535. OLE color: 6723535.
HSL color Cylindrical-coordinate representation of color #CF9766: hue angle of 28º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF9766 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 102 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.19 |
| HSL | 28º | 0.52% | 0.61% | - |
| HSV(B) | 28º | 0.51% | 0.81% | - |
| XYZ | 39.2 | 36.36 | 17.52 | - |
| YUV | 162.16 | 94.05 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 102 | 0 | 0.27 | 0.51 | 0.19 | 28 | 0.52 | 0.61 |
| Hex | CF | 97 | 66 | 0 | 1B | 33 | 13 | 1C | 34 | 3D |
| Octal | 317 | 227 | 146 | 0 | 33 | 63 | 23 | 34 | 64 | 75 |
| Binary | 11001111 | 10010111 | 1100110 | 0 | 11011 | 110011 | 10011 | 11100 | 110100 | 111101 |
Color Harmonies of #CF9766
Complementary color
Monochromatic Colors of #CF9766
Black with #CF9766
Text Example
Text Example
White with #CF9766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9766; }
p { color: rgb(207,151,102); }
H1.HeaderClassName
{
color: #CF9766;
}
.AnyTagClassName
{
color: #CF9766;
}
</style>
background-color css
<style>
a { background-color: #CF9766; }
a { background-color: rgb(207,151,102); }
div.DivClassName
{
background-color: #CF9766;
}
.BgClassName
{
background-color: #CF9766;
}
</style>
border-color css
<style>
span { border-color: #CF9766; }
span { border-color: rgb(207,151,102); }
td.TdClassName
{
border-color: #CF9766;
}
.TagClassName
{
border-color: #CF9766;
}
</style>