Shades of Whiskey #CF8C67
Tints of Whiskey #CF8C67
RGB
CMYK
RGB Variations
Color information
#CF8C67 (or 0xCF8C67) is known color: Whiskey. HEX triplet: CF, 8C and 67. RGB value is (207,140,103). Sum of RGB (Red+Green+Blue) = 207+140+103=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C67 is #307398. Grayscale: #9C9C9C. Windows color (decimal): -3175321 or 6786255. OLE color: 6786255.
HSL color Cylindrical-coordinate representation of color #CF8C67: hue angle of 21.35º 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 #CF8C67 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 103 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.19 |
| HSL | 21.35º | 0.52% | 0.61% | - |
| HSV(B) | 21.35º | 0.5% | 0.81% | - |
| XYZ | 37.56 | 33 | 17.22 | - |
| YUV | 155.82 | 98.2 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 103 | 0 | 0.32 | 0.50 | 0.19 | 21.35 | 0.52 | 0.61 |
| Hex | CF | 8C | 67 | 0 | 20 | 32 | 13 | 15 | 34 | 3D |
| Octal | 317 | 214 | 147 | 0 | 40 | 62 | 23 | 25 | 64 | 75 |
| Binary | 11001111 | 10001100 | 1100111 | 0 | 100000 | 110010 | 10011 | 10101 | 110100 | 111101 |
Color Harmonies of #CF8C67
Complementary color
Monochromatic Colors of #CF8C67
Black with #CF8C67
Text Example
Text Example
White with #CF8C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C67; }
p { color: rgb(207,140,103); }
H1.HeaderClassName
{
color: #CF8C67;
}
.AnyTagClassName
{
color: #CF8C67;
}
</style>
background-color css
<style>
a { background-color: #CF8C67; }
a { background-color: rgb(207,140,103); }
div.DivClassName
{
background-color: #CF8C67;
}
.BgClassName
{
background-color: #CF8C67;
}
</style>
border-color css
<style>
span { border-color: #CF8C67; }
span { border-color: rgb(207,140,103); }
td.TdClassName
{
border-color: #CF8C67;
}
.TagClassName
{
border-color: #CF8C67;
}
</style>