Shades of Whiskey #CF916A
Tints of Whiskey #CF916A
RGB
CMYK
RGB Variations
Color information
#CF916A (or 0xCF916A) is known color: Whiskey. HEX triplet: CF, 91 and 6A. RGB value is (207,145,106). Sum of RGB (Red+Green+Blue) = 207+145+106=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF916A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF916A is #306E95. Grayscale: #9F9F9F. Windows color (decimal): -3174038 or 6984143. OLE color: 6984143.
HSL color Cylindrical-coordinate representation of color #CF916A: hue angle of 23.17º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF916A is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 106 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.19 |
| HSL | 23.17º | 0.51% | 0.61% | - |
| HSV(B) | 23.17º | 0.49% | 0.81% | - |
| XYZ | 38.46 | 34.56 | 18.28 | - |
| YUV | 159.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 106 | 0 | 0.30 | 0.49 | 0.19 | 23.17 | 0.51 | 0.61 |
| Hex | CF | 91 | 6A | 0 | 1E | 31 | 13 | 17 | 33 | 3D |
| Octal | 317 | 221 | 152 | 0 | 36 | 61 | 23 | 27 | 63 | 75 |
| Binary | 11001111 | 10010001 | 1101010 | 0 | 11110 | 110001 | 10011 | 10111 | 110011 | 111101 |
Color Harmonies of #CF916A
Complementary color
Monochromatic Colors of #CF916A
Black with #CF916A
Text Example
Text Example
White with #CF916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF916A; }
p { color: rgb(207,145,106); }
H1.HeaderClassName
{
color: #CF916A;
}
.AnyTagClassName
{
color: #CF916A;
}
</style>
background-color css
<style>
a { background-color: #CF916A; }
a { background-color: rgb(207,145,106); }
div.DivClassName
{
background-color: #CF916A;
}
.BgClassName
{
background-color: #CF916A;
}
</style>
border-color css
<style>
span { border-color: #CF916A; }
span { border-color: rgb(207,145,106); }
td.TdClassName
{
border-color: #CF916A;
}
.TagClassName
{
border-color: #CF916A;
}
</style>