Shades of Whiskey #CF9266
Tints of Whiskey #CF9266
RGB
CMYK
RGB Variations
Color information
#CF9266 (or 0xCF9266) is known color: Whiskey. HEX triplet: CF, 92 and 66. RGB value is (207,146,102). Sum of RGB (Red+Green+Blue) = 207+146+102=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9266 is #306D99. Grayscale: #9F9F9F. Windows color (decimal): -3173786 or 6722255. OLE color: 6722255.
HSL color Cylindrical-coordinate representation of color #CF9266: hue angle of 25.14º 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 #CF9266 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 102 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.19 |
| HSL | 25.14º | 0.52% | 0.61% | - |
| HSV(B) | 25.14º | 0.51% | 0.81% | - |
| XYZ | 38.41 | 34.78 | 17.26 | - |
| YUV | 159.22 | 95.71 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 102 | 0 | 0.29 | 0.51 | 0.19 | 25.14 | 0.52 | 0.61 |
| Hex | CF | 92 | 66 | 0 | 1D | 33 | 13 | 19 | 34 | 3D |
| Octal | 317 | 222 | 146 | 0 | 35 | 63 | 23 | 31 | 64 | 75 |
| Binary | 11001111 | 10010010 | 1100110 | 0 | 11101 | 110011 | 10011 | 11001 | 110100 | 111101 |
Color Harmonies of #CF9266
Complementary color
Monochromatic Colors of #CF9266
Black with #CF9266
Text Example
Text Example
White with #CF9266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9266; }
p { color: rgb(207,146,102); }
H1.HeaderClassName
{
color: #CF9266;
}
.AnyTagClassName
{
color: #CF9266;
}
</style>
background-color css
<style>
a { background-color: #CF9266; }
a { background-color: rgb(207,146,102); }
div.DivClassName
{
background-color: #CF9266;
}
.BgClassName
{
background-color: #CF9266;
}
</style>
border-color css
<style>
span { border-color: #CF9266; }
span { border-color: rgb(207,146,102); }
td.TdClassName
{
border-color: #CF9266;
}
.TagClassName
{
border-color: #CF9266;
}
</style>