Shades of Whiskey #CF9A6A
Tints of Whiskey #CF9A6A
RGB
CMYK
RGB Variations
Color information
#CF9A6A (or 0xCF9A6A) is known color: Whiskey. HEX triplet: CF, 9A and 6A. RGB value is (207,154,106). Sum of RGB (Red+Green+Blue) = 207+154+106=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9A6A is #306595. Grayscale: #A4A4A4. Windows color (decimal): -3171734 or 6986447. OLE color: 6986447.
HSL color Cylindrical-coordinate representation of color #CF9A6A: hue angle of 28.51º 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 #CF9A6A is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 106 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.19 |
| HSL | 28.51º | 0.51% | 0.61% | - |
| HSV(B) | 28.51º | 0.49% | 0.81% | - |
| XYZ | 39.89 | 37.42 | 18.76 | - |
| YUV | 164.38 | 95.06 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 106 | 0 | 0.26 | 0.49 | 0.19 | 28.51 | 0.51 | 0.61 |
| Hex | CF | 9A | 6A | 0 | 1A | 31 | 13 | 1D | 33 | 3D |
| Octal | 317 | 232 | 152 | 0 | 32 | 61 | 23 | 35 | 63 | 75 |
| Binary | 11001111 | 10011010 | 1101010 | 0 | 11010 | 110001 | 10011 | 11101 | 110011 | 111101 |
Color Harmonies of #CF9A6A
Complementary color
Monochromatic Colors of #CF9A6A
Black with #CF9A6A
Text Example
Text Example
White with #CF9A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9A6A; }
p { color: rgb(207,154,106); }
H1.HeaderClassName
{
color: #CF9A6A;
}
.AnyTagClassName
{
color: #CF9A6A;
}
</style>
background-color css
<style>
a { background-color: #CF9A6A; }
a { background-color: rgb(207,154,106); }
div.DivClassName
{
background-color: #CF9A6A;
}
.BgClassName
{
background-color: #CF9A6A;
}
</style>
border-color css
<style>
span { border-color: #CF9A6A; }
span { border-color: rgb(207,154,106); }
td.TdClassName
{
border-color: #CF9A6A;
}
.TagClassName
{
border-color: #CF9A6A;
}
</style>