Shades of Whiskey #CF9762
Tints of Whiskey #CF9762
RGB
CMYK
RGB Variations
Color information
#CF9762 (or 0xCF9762) is known color: Whiskey. HEX triplet: CF, 97 and 62. RGB value is (207,151,98). Sum of RGB (Red+Green+Blue) = 207+151+98=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9762 is #30689D. Grayscale: #A1A1A1. Windows color (decimal): -3172510 or 6461391. OLE color: 6461391.
HSL color Cylindrical-coordinate representation of color #CF9762: hue angle of 29.17º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF9762 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 98 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.19 |
| HSL | 29.17º | 0.53% | 0.6% | - |
| HSV(B) | 29.17º | 0.53% | 0.81% | - |
| XYZ | 39 | 36.28 | 16.5 | - |
| YUV | 161.7 | 92.05 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 98 | 0 | 0.27 | 0.53 | 0.19 | 29.17 | 0.53 | 0.6 |
| Hex | CF | 97 | 62 | 0 | 1B | 35 | 13 | 1D | 35 | 3C |
| Octal | 317 | 227 | 142 | 0 | 33 | 65 | 23 | 35 | 65 | 74 |
| Binary | 11001111 | 10010111 | 1100010 | 0 | 11011 | 110101 | 10011 | 11101 | 110101 | 111100 |
Color Harmonies of #CF9762
Complementary color
Monochromatic Colors of #CF9762
Black with #CF9762
Text Example
Text Example
White with #CF9762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9762; }
p { color: rgb(207,151,98); }
H1.HeaderClassName
{
color: #CF9762;
}
.AnyTagClassName
{
color: #CF9762;
}
</style>
background-color css
<style>
a { background-color: #CF9762; }
a { background-color: rgb(207,151,98); }
div.DivClassName
{
background-color: #CF9762;
}
.BgClassName
{
background-color: #CF9762;
}
</style>
border-color css
<style>
span { border-color: #CF9762; }
span { border-color: rgb(207,151,98); }
td.TdClassName
{
border-color: #CF9762;
}
.TagClassName
{
border-color: #CF9762;
}
</style>