Shades of Tan #CFBA8E
Tints of Tan #CFBA8E
RGB
CMYK
RGB Variations
Color information
#CFBA8E (or 0xCFBA8E) is known color: Tan. HEX triplet: CF, BA and 8E. RGB value is (207,186,142). Sum of RGB (Red+Green+Blue) = 207+186+142=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBA8E is #304571. Grayscale: #BBBBBB. Windows color (decimal): -3163506 or 9353935. OLE color: 9353935.
HSL color Cylindrical-coordinate representation of color #CFBA8E: hue angle of 40.62º 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 #CFBA8E is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 142 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.19 |
| HSL | 40.62º | 0.4% | 0.68% | - |
| HSV(B) | 40.62º | 0.31% | 0.81% | - |
| XYZ | 48.17 | 50.34 | 32.77 | - |
| YUV | 187.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 142 | 0 | 0.10 | 0.31 | 0.19 | 40.62 | 0.4 | 0.68 |
| Hex | CF | BA | 8E | 0 | A | 1F | 13 | 29 | 28 | 44 |
| Octal | 317 | 272 | 216 | 0 | 12 | 37 | 23 | 51 | 50 | 104 |
| Binary | 11001111 | 10111010 | 10001110 | 0 | 1010 | 11111 | 10011 | 101001 | 101000 | 1000100 |
Color Harmonies of #CFBA8E
Complementary color
Monochromatic Colors of #CFBA8E
Black with #CFBA8E
Text Example
Text Example
White with #CFBA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA8E; }
p { color: rgb(207,186,142); }
H1.HeaderClassName
{
color: #CFBA8E;
}
.AnyTagClassName
{
color: #CFBA8E;
}
</style>
background-color css
<style>
a { background-color: #CFBA8E; }
a { background-color: rgb(207,186,142); }
div.DivClassName
{
background-color: #CFBA8E;
}
.BgClassName
{
background-color: #CFBA8E;
}
</style>
border-color css
<style>
span { border-color: #CFBA8E; }
span { border-color: rgb(207,186,142); }
td.TdClassName
{
border-color: #CFBA8E;
}
.TagClassName
{
border-color: #CFBA8E;
}
</style>