Shades of Whiskey #CF8F67
Tints of Whiskey #CF8F67
RGB
CMYK
RGB Variations
Color information
#CF8F67 (or 0xCF8F67) is known color: Whiskey. HEX triplet: CF, 8F and 67. RGB value is (207,143,103). Sum of RGB (Red+Green+Blue) = 207+143+103=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F67 is #307098. Grayscale: #9D9D9D. Windows color (decimal): -3174553 or 6787023. OLE color: 6787023.
HSL color Cylindrical-coordinate representation of color #CF8F67: hue angle of 23.08º 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 #CF8F67 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 103 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.19 |
| HSL | 23.08º | 0.52% | 0.61% | - |
| HSV(B) | 23.08º | 0.5% | 0.81% | - |
| XYZ | 38 | 33.89 | 17.37 | - |
| YUV | 157.58 | 97.2 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 103 | 0 | 0.31 | 0.50 | 0.19 | 23.08 | 0.52 | 0.61 |
| Hex | CF | 8F | 67 | 0 | 1F | 32 | 13 | 17 | 34 | 3D |
| Octal | 317 | 217 | 147 | 0 | 37 | 62 | 23 | 27 | 64 | 75 |
| Binary | 11001111 | 10001111 | 1100111 | 0 | 11111 | 110010 | 10011 | 10111 | 110100 | 111101 |
Color Harmonies of #CF8F67
Complementary color
Monochromatic Colors of #CF8F67
Black with #CF8F67
Text Example
Text Example
White with #CF8F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F67; }
p { color: rgb(207,143,103); }
H1.HeaderClassName
{
color: #CF8F67;
}
.AnyTagClassName
{
color: #CF8F67;
}
</style>
background-color css
<style>
a { background-color: #CF8F67; }
a { background-color: rgb(207,143,103); }
div.DivClassName
{
background-color: #CF8F67;
}
.BgClassName
{
background-color: #CF8F67;
}
</style>
border-color css
<style>
span { border-color: #CF8F67; }
span { border-color: rgb(207,143,103); }
td.TdClassName
{
border-color: #CF8F67;
}
.TagClassName
{
border-color: #CF8F67;
}
</style>