Shades of Whiskey #CF9A68
Tints of Whiskey #CF9A68
RGB
CMYK
RGB Variations
Color information
#CF9A68 (or 0xCF9A68) is known color: Whiskey. HEX triplet: CF, 9A and 68. RGB value is (207,154,104). Sum of RGB (Red+Green+Blue) = 207+154+104=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9A68 is #306597. Grayscale: #A4A4A4. Windows color (decimal): -3171736 or 6855375. OLE color: 6855375.
HSL color Cylindrical-coordinate representation of color #CF9A68: hue angle of 29.13º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF9A68 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 104 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.19 |
| HSL | 29.13º | 0.52% | 0.61% | - |
| HSV(B) | 29.13º | 0.5% | 0.81% | - |
| XYZ | 39.79 | 37.38 | 18.21 | - |
| YUV | 164.15 | 94.06 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 104 | 0 | 0.26 | 0.50 | 0.19 | 29.13 | 0.52 | 0.61 |
| Hex | CF | 9A | 68 | 0 | 1A | 32 | 13 | 1D | 34 | 3D |
| Octal | 317 | 232 | 150 | 0 | 32 | 62 | 23 | 35 | 64 | 75 |
| Binary | 11001111 | 10011010 | 1101000 | 0 | 11010 | 110010 | 10011 | 11101 | 110100 | 111101 |
Color Harmonies of #CF9A68
Complementary color
Monochromatic Colors of #CF9A68
Black with #CF9A68
Text Example
Text Example
White with #CF9A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9A68; }
p { color: rgb(207,154,104); }
H1.HeaderClassName
{
color: #CF9A68;
}
.AnyTagClassName
{
color: #CF9A68;
}
</style>
background-color css
<style>
a { background-color: #CF9A68; }
a { background-color: rgb(207,154,104); }
div.DivClassName
{
background-color: #CF9A68;
}
.BgClassName
{
background-color: #CF9A68;
}
</style>
border-color css
<style>
span { border-color: #CF9A68; }
span { border-color: rgb(207,154,104); }
td.TdClassName
{
border-color: #CF9A68;
}
.TagClassName
{
border-color: #CF9A68;
}
</style>