Shades of Tan #CFB686
Tints of Tan #CFB686
RGB
CMYK
RGB Variations
Color information
#CFB686 (or 0xCFB686) is known color: Tan. HEX triplet: CF, B6 and 86. RGB value is (207,182,134). Sum of RGB (Red+Green+Blue) = 207+182+134=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB686 is #304979. Grayscale: #B8B8B8. Windows color (decimal): -3164538 or 8828623. OLE color: 8828623.
HSL color Cylindrical-coordinate representation of color #CFB686: hue angle of 39.45º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFB686 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 134 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.19 |
| HSL | 39.45º | 0.43% | 0.67% | - |
| HSV(B) | 39.45º | 0.35% | 0.81% | - |
| XYZ | 46.76 | 48.44 | 29.44 | - |
| YUV | 184 | 99.78 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 134 | 0 | 0.12 | 0.35 | 0.19 | 39.45 | 0.43 | 0.67 |
| Hex | CF | B6 | 86 | 0 | C | 23 | 13 | 27 | 2B | 43 |
| Octal | 317 | 266 | 206 | 0 | 14 | 43 | 23 | 47 | 53 | 103 |
| Binary | 11001111 | 10110110 | 10000110 | 0 | 1100 | 100011 | 10011 | 100111 | 101011 | 1000011 |
Color Harmonies of #CFB686
Complementary color
Monochromatic Colors of #CFB686
Black with #CFB686
Text Example
Text Example
White with #CFB686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB686; }
p { color: rgb(207,182,134); }
H1.HeaderClassName
{
color: #CFB686;
}
.AnyTagClassName
{
color: #CFB686;
}
</style>
background-color css
<style>
a { background-color: #CFB686; }
a { background-color: rgb(207,182,134); }
div.DivClassName
{
background-color: #CFB686;
}
.BgClassName
{
background-color: #CFB686;
}
</style>
border-color css
<style>
span { border-color: #CFB686; }
span { border-color: rgb(207,182,134); }
td.TdClassName
{
border-color: #CFB686;
}
.TagClassName
{
border-color: #CFB686;
}
</style>