Shades of Tan #CFBC8E
Tints of Tan #CFBC8E
RGB
CMYK
RGB Variations
Color information
#CFBC8E (or 0xCFBC8E) is known color: Tan. HEX triplet: CF, BC and 8E. RGB value is (207,188,142). Sum of RGB (Red+Green+Blue) = 207+188+142=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBC8E is #304371. Grayscale: #BCBCBC. Windows color (decimal): -3162994 or 9354447. OLE color: 9354447.
HSL color Cylindrical-coordinate representation of color #CFBC8E: hue angle of 42.46º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFBC8E is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 142 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.19 |
| HSL | 42.46º | 0.4% | 0.68% | - |
| HSV(B) | 42.46º | 0.31% | 0.81% | - |
| XYZ | 48.6 | 51.18 | 32.91 | - |
| YUV | 188.44 | 101.79 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 142 | 0 | 0.09 | 0.31 | 0.19 | 42.46 | 0.4 | 0.68 |
| Hex | CF | BC | 8E | 0 | 9 | 1F | 13 | 2A | 28 | 44 |
| Octal | 317 | 274 | 216 | 0 | 11 | 37 | 23 | 52 | 50 | 104 |
| Binary | 11001111 | 10111100 | 10001110 | 0 | 1001 | 11111 | 10011 | 101010 | 101000 | 1000100 |
Color Harmonies of #CFBC8E
Complementary color
Monochromatic Colors of #CFBC8E
Black with #CFBC8E
Text Example
Text Example
White with #CFBC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC8E; }
p { color: rgb(207,188,142); }
H1.HeaderClassName
{
color: #CFBC8E;
}
.AnyTagClassName
{
color: #CFBC8E;
}
</style>
background-color css
<style>
a { background-color: #CFBC8E; }
a { background-color: rgb(207,188,142); }
div.DivClassName
{
background-color: #CFBC8E;
}
.BgClassName
{
background-color: #CFBC8E;
}
</style>
border-color css
<style>
span { border-color: #CFBC8E; }
span { border-color: rgb(207,188,142); }
td.TdClassName
{
border-color: #CFBC8E;
}
.TagClassName
{
border-color: #CFBC8E;
}
</style>