Shades of Tan #CFB787
Tints of Tan #CFB787
RGB
CMYK
RGB Variations
Color information
#CFB787 (or 0xCFB787) is known color: Tan. HEX triplet: CF, B7 and 87. RGB value is (207,183,135). Sum of RGB (Red+Green+Blue) = 207+183+135=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB787 is #304878. Grayscale: #B8B8B8. Windows color (decimal): -3164281 or 8894415. OLE color: 8894415.
HSL color Cylindrical-coordinate representation of color #CFB787: hue angle of 40º 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 #CFB787 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 135 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.19 |
| HSL | 40º | 0.43% | 0.67% | - |
| HSV(B) | 40º | 0.35% | 0.81% | - |
| XYZ | 47.04 | 48.88 | 29.88 | - |
| YUV | 184.7 | 99.95 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 135 | 0 | 0.12 | 0.35 | 0.19 | 40 | 0.43 | 0.67 |
| Hex | CF | B7 | 87 | 0 | C | 23 | 13 | 28 | 2B | 43 |
| Octal | 317 | 267 | 207 | 0 | 14 | 43 | 23 | 50 | 53 | 103 |
| Binary | 11001111 | 10110111 | 10000111 | 0 | 1100 | 100011 | 10011 | 101000 | 101011 | 1000011 |
Color Harmonies of #CFB787
Complementary color
Monochromatic Colors of #CFB787
Black with #CFB787
Text Example
Text Example
White with #CFB787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB787; }
p { color: rgb(207,183,135); }
H1.HeaderClassName
{
color: #CFB787;
}
.AnyTagClassName
{
color: #CFB787;
}
</style>
background-color css
<style>
a { background-color: #CFB787; }
a { background-color: rgb(207,183,135); }
div.DivClassName
{
background-color: #CFB787;
}
.BgClassName
{
background-color: #CFB787;
}
</style>
border-color css
<style>
span { border-color: #CFB787; }
span { border-color: rgb(207,183,135); }
td.TdClassName
{
border-color: #CFB787;
}
.TagClassName
{
border-color: #CFB787;
}
</style>