Shades of Tan #CFBB8D
Tints of Tan #CFBB8D
RGB
CMYK
RGB Variations
Color information
#CFBB8D (or 0xCFBB8D) is known color: Tan. HEX triplet: CF, BB and 8D. RGB value is (207,187,141). Sum of RGB (Red+Green+Blue) = 207+187+141=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBB8D is #304472. Grayscale: #BBBBBB. Windows color (decimal): -3163251 or 9288655. OLE color: 9288655.
HSL color Cylindrical-coordinate representation of color #CFBB8D: hue angle of 41.82º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFBB8D is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 141 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.19 |
| HSL | 41.82º | 0.41% | 0.68% | - |
| HSV(B) | 41.82º | 0.32% | 0.81% | - |
| XYZ | 48.31 | 50.73 | 32.44 | - |
| YUV | 187.74 | 101.63 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 141 | 0 | 0.10 | 0.32 | 0.19 | 41.82 | 0.41 | 0.68 |
| Hex | CF | BB | 8D | 0 | A | 20 | 13 | 2A | 29 | 44 |
| Octal | 317 | 273 | 215 | 0 | 12 | 40 | 23 | 52 | 51 | 104 |
| Binary | 11001111 | 10111011 | 10001101 | 0 | 1010 | 100000 | 10011 | 101010 | 101001 | 1000100 |
Color Harmonies of #CFBB8D
Complementary color
Monochromatic Colors of #CFBB8D
Black with #CFBB8D
Text Example
Text Example
White with #CFBB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB8D; }
p { color: rgb(207,187,141); }
H1.HeaderClassName
{
color: #CFBB8D;
}
.AnyTagClassName
{
color: #CFBB8D;
}
</style>
background-color css
<style>
a { background-color: #CFBB8D; }
a { background-color: rgb(207,187,141); }
div.DivClassName
{
background-color: #CFBB8D;
}
.BgClassName
{
background-color: #CFBB8D;
}
</style>
border-color css
<style>
span { border-color: #CFBB8D; }
span { border-color: rgb(207,187,141); }
td.TdClassName
{
border-color: #CFBB8D;
}
.TagClassName
{
border-color: #CFBB8D;
}
</style>