Shades of Tan #CFBA8A
Tints of Tan #CFBA8A
RGB
CMYK
RGB Variations
Color information
#CFBA8A (or 0xCFBA8A) is known color: Tan. HEX triplet: CF, BA and 8A. RGB value is (207,186,138). Sum of RGB (Red+Green+Blue) = 207+186+138=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBA8A is #304575. Grayscale: #BBBBBB. Windows color (decimal): -3163510 or 9091791. OLE color: 9091791.
HSL color Cylindrical-coordinate representation of color #CFBA8A: hue angle of 41.74º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFBA8A is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 138 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.19 |
| HSL | 41.74º | 0.42% | 0.68% | - |
| HSV(B) | 41.74º | 0.33% | 0.81% | - |
| XYZ | 47.88 | 50.22 | 31.21 | - |
| YUV | 186.81 | 100.46 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 138 | 0 | 0.10 | 0.33 | 0.19 | 41.74 | 0.42 | 0.68 |
| Hex | CF | BA | 8A | 0 | A | 21 | 13 | 2A | 2A | 44 |
| Octal | 317 | 272 | 212 | 0 | 12 | 41 | 23 | 52 | 52 | 104 |
| Binary | 11001111 | 10111010 | 10001010 | 0 | 1010 | 100001 | 10011 | 101010 | 101010 | 1000100 |
Color Harmonies of #CFBA8A
Complementary color
Monochromatic Colors of #CFBA8A
Black with #CFBA8A
Text Example
Text Example
White with #CFBA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA8A; }
p { color: rgb(207,186,138); }
H1.HeaderClassName
{
color: #CFBA8A;
}
.AnyTagClassName
{
color: #CFBA8A;
}
</style>
background-color css
<style>
a { background-color: #CFBA8A; }
a { background-color: rgb(207,186,138); }
div.DivClassName
{
background-color: #CFBA8A;
}
.BgClassName
{
background-color: #CFBA8A;
}
</style>
border-color css
<style>
span { border-color: #CFBA8A; }
span { border-color: rgb(207,186,138); }
td.TdClassName
{
border-color: #CFBA8A;
}
.TagClassName
{
border-color: #CFBA8A;
}
</style>