Shades of Whiskey #CF9166
Tints of Whiskey #CF9166
RGB
CMYK
RGB Variations
Color information
#CF9166 (or 0xCF9166) is known color: Whiskey. HEX triplet: CF, 91 and 66. RGB value is (207,145,102). Sum of RGB (Red+Green+Blue) = 207+145+102=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9166 is #306E99. Grayscale: #9E9E9E. Windows color (decimal): -3174042 or 6721999. OLE color: 6721999.
HSL color Cylindrical-coordinate representation of color #CF9166: hue angle of 24.57º 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 #CF9166 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 102 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.19 |
| HSL | 24.57º | 0.52% | 0.61% | - |
| HSV(B) | 24.57º | 0.51% | 0.81% | - |
| XYZ | 38.26 | 34.48 | 17.21 | - |
| YUV | 158.64 | 96.04 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 102 | 0 | 0.30 | 0.51 | 0.19 | 24.57 | 0.52 | 0.61 |
| Hex | CF | 91 | 66 | 0 | 1E | 33 | 13 | 19 | 34 | 3D |
| Octal | 317 | 221 | 146 | 0 | 36 | 63 | 23 | 31 | 64 | 75 |
| Binary | 11001111 | 10010001 | 1100110 | 0 | 11110 | 110011 | 10011 | 11001 | 110100 | 111101 |
Color Harmonies of #CF9166
Complementary color
Monochromatic Colors of #CF9166
Black with #CF9166
Text Example
Text Example
White with #CF9166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9166; }
p { color: rgb(207,145,102); }
H1.HeaderClassName
{
color: #CF9166;
}
.AnyTagClassName
{
color: #CF9166;
}
</style>
background-color css
<style>
a { background-color: #CF9166; }
a { background-color: rgb(207,145,102); }
div.DivClassName
{
background-color: #CF9166;
}
.BgClassName
{
background-color: #CF9166;
}
</style>
border-color css
<style>
span { border-color: #CF9166; }
span { border-color: rgb(207,145,102); }
td.TdClassName
{
border-color: #CF9166;
}
.TagClassName
{
border-color: #CF9166;
}
</style>