Shades of Tan #CFB989
Tints of Tan #CFB989
RGB
CMYK
RGB Variations
Color information
#CFB989 (or 0xCFB989) is known color: Tan. HEX triplet: CF, B9 and 89. RGB value is (207,185,137). Sum of RGB (Red+Green+Blue) = 207+185+137=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB989 is #304676. Grayscale: #BABABA. Windows color (decimal): -3163767 or 9025999. OLE color: 9025999.
HSL color Cylindrical-coordinate representation of color #CFB989: hue angle of 41.14º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFB989 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 137 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.19 |
| HSL | 41.14º | 0.42% | 0.67% | - |
| HSV(B) | 41.14º | 0.34% | 0.81% | - |
| XYZ | 47.6 | 49.77 | 30.76 | - |
| YUV | 186.11 | 100.29 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 137 | 0 | 0.11 | 0.34 | 0.19 | 41.14 | 0.42 | 0.67 |
| Hex | CF | B9 | 89 | 0 | B | 22 | 13 | 29 | 2A | 43 |
| Octal | 317 | 271 | 211 | 0 | 13 | 42 | 23 | 51 | 52 | 103 |
| Binary | 11001111 | 10111001 | 10001001 | 0 | 1011 | 100010 | 10011 | 101001 | 101010 | 1000011 |
Color Harmonies of #CFB989
Complementary color
Monochromatic Colors of #CFB989
Black with #CFB989
Text Example
Text Example
White with #CFB989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB989; }
p { color: rgb(207,185,137); }
H1.HeaderClassName
{
color: #CFB989;
}
.AnyTagClassName
{
color: #CFB989;
}
</style>
background-color css
<style>
a { background-color: #CFB989; }
a { background-color: rgb(207,185,137); }
div.DivClassName
{
background-color: #CFB989;
}
.BgClassName
{
background-color: #CFB989;
}
</style>
border-color css
<style>
span { border-color: #CFB989; }
span { border-color: rgb(207,185,137); }
td.TdClassName
{
border-color: #CFB989;
}
.TagClassName
{
border-color: #CFB989;
}
</style>