Shades of Tan #CFBC8D
Tints of Tan #CFBC8D
RGB
CMYK
RGB Variations
Color information
#CFBC8D (or 0xCFBC8D) is known color: Tan. HEX triplet: CF, BC and 8D. RGB value is (207,188,141). Sum of RGB (Red+Green+Blue) = 207+188+141=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBC8D is #304372. Grayscale: #BCBCBC. Windows color (decimal): -3162995 or 9288911. OLE color: 9288911.
HSL color Cylindrical-coordinate representation of color #CFBC8D: hue angle of 42.73º 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 #CFBC8D is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 141 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.19 |
| HSL | 42.73º | 0.41% | 0.68% | - |
| HSV(B) | 42.73º | 0.32% | 0.81% | - |
| XYZ | 48.52 | 51.15 | 32.52 | - |
| YUV | 188.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 141 | 0 | 0.09 | 0.32 | 0.19 | 42.73 | 0.41 | 0.68 |
| Hex | CF | BC | 8D | 0 | 9 | 20 | 13 | 2B | 29 | 44 |
| Octal | 317 | 274 | 215 | 0 | 11 | 40 | 23 | 53 | 51 | 104 |
| Binary | 11001111 | 10111100 | 10001101 | 0 | 1001 | 100000 | 10011 | 101011 | 101001 | 1000100 |
Color Harmonies of #CFBC8D
Complementary color
Monochromatic Colors of #CFBC8D
Black with #CFBC8D
Text Example
Text Example
White with #CFBC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC8D; }
p { color: rgb(207,188,141); }
H1.HeaderClassName
{
color: #CFBC8D;
}
.AnyTagClassName
{
color: #CFBC8D;
}
</style>
background-color css
<style>
a { background-color: #CFBC8D; }
a { background-color: rgb(207,188,141); }
div.DivClassName
{
background-color: #CFBC8D;
}
.BgClassName
{
background-color: #CFBC8D;
}
</style>
border-color css
<style>
span { border-color: #CFBC8D; }
span { border-color: rgb(207,188,141); }
td.TdClassName
{
border-color: #CFBC8D;
}
.TagClassName
{
border-color: #CFBC8D;
}
</style>