Shades of Whiskey #CF976B
Tints of Whiskey #CF976B
RGB
CMYK
RGB Variations
Color information
#CF976B (or 0xCF976B) is known color: Whiskey. HEX triplet: CF, 97 and 6B. RGB value is (207,151,107). Sum of RGB (Red+Green+Blue) = 207+151+107=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF976B is #306894. Grayscale: #A2A2A2. Windows color (decimal): -3172501 or 7051215. OLE color: 7051215.
HSL color Cylindrical-coordinate representation of color #CF976B: hue angle of 26.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF976B is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 107 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.19 |
| HSL | 26.4º | 0.51% | 0.62% | - |
| HSV(B) | 26.4º | 0.48% | 0.81% | - |
| XYZ | 39.45 | 36.46 | 18.87 | - |
| YUV | 162.73 | 96.55 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 107 | 0 | 0.27 | 0.48 | 0.19 | 26.4 | 0.51 | 0.62 |
| Hex | CF | 97 | 6B | 0 | 1B | 30 | 13 | 1A | 33 | 3E |
| Octal | 317 | 227 | 153 | 0 | 33 | 60 | 23 | 32 | 63 | 76 |
| Binary | 11001111 | 10010111 | 1101011 | 0 | 11011 | 110000 | 10011 | 11010 | 110011 | 111110 |
Color Harmonies of #CF976B
Complementary color
Monochromatic Colors of #CF976B
Black with #CF976B
Text Example
Text Example
White with #CF976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF976B; }
p { color: rgb(207,151,107); }
H1.HeaderClassName
{
color: #CF976B;
}
.AnyTagClassName
{
color: #CF976B;
}
</style>
background-color css
<style>
a { background-color: #CF976B; }
a { background-color: rgb(207,151,107); }
div.DivClassName
{
background-color: #CF976B;
}
.BgClassName
{
background-color: #CF976B;
}
</style>
border-color css
<style>
span { border-color: #CF976B; }
span { border-color: rgb(207,151,107); }
td.TdClassName
{
border-color: #CF976B;
}
.TagClassName
{
border-color: #CF976B;
}
</style>