Shades of Whiskey #CF8F6B
Tints of Whiskey #CF8F6B
RGB
CMYK
RGB Variations
Color information
#CF8F6B (or 0xCF8F6B) is known color: Whiskey. HEX triplet: CF, 8F and 6B. RGB value is (207,143,107). Sum of RGB (Red+Green+Blue) = 207+143+107=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F6B is #307094. Grayscale: #9E9E9E. Windows color (decimal): -3174549 or 7049167. OLE color: 7049167.
HSL color Cylindrical-coordinate representation of color #CF8F6B: hue angle of 21.6º 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 #CF8F6B is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 107 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.19 |
| HSL | 21.6º | 0.51% | 0.62% | - |
| HSV(B) | 21.6º | 0.48% | 0.81% | - |
| XYZ | 38.21 | 33.97 | 18.45 | - |
| YUV | 158.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 107 | 0 | 0.31 | 0.48 | 0.19 | 21.6 | 0.51 | 0.62 |
| Hex | CF | 8F | 6B | 0 | 1F | 30 | 13 | 16 | 33 | 3E |
| Octal | 317 | 217 | 153 | 0 | 37 | 60 | 23 | 26 | 63 | 76 |
| Binary | 11001111 | 10001111 | 1101011 | 0 | 11111 | 110000 | 10011 | 10110 | 110011 | 111110 |
Color Harmonies of #CF8F6B
Complementary color
Monochromatic Colors of #CF8F6B
Black with #CF8F6B
Text Example
Text Example
White with #CF8F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F6B; }
p { color: rgb(207,143,107); }
H1.HeaderClassName
{
color: #CF8F6B;
}
.AnyTagClassName
{
color: #CF8F6B;
}
</style>
background-color css
<style>
a { background-color: #CF8F6B; }
a { background-color: rgb(207,143,107); }
div.DivClassName
{
background-color: #CF8F6B;
}
.BgClassName
{
background-color: #CF8F6B;
}
</style>
border-color css
<style>
span { border-color: #CF8F6B; }
span { border-color: rgb(207,143,107); }
td.TdClassName
{
border-color: #CF8F6B;
}
.TagClassName
{
border-color: #CF8F6B;
}
</style>