Shades of Tan #CFB789
Tints of Tan #CFB789
RGB
CMYK
RGB Variations
Color information
#CFB789 (or 0xCFB789) is known color: Tan. HEX triplet: CF, B7 and 89. RGB value is (207,183,137). Sum of RGB (Red+Green+Blue) = 207+183+137=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 137 (53.91% from 255 or 26.00% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB789 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB789 is #304876. Grayscale: #B9B9B9. Windows color (decimal): -3164279 or 9025487. OLE color: 9025487.
HSL color Cylindrical-coordinate representation of color #CFB789: hue angle of 39.43º 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 #CFB789 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 137 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.19 |
| HSL | 39.43º | 0.42% | 0.67% | - |
| HSV(B) | 39.43º | 0.34% | 0.81% | - |
| XYZ | 47.18 | 48.94 | 30.63 | - |
| YUV | 184.93 | 100.95 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 137 | 0 | 0.12 | 0.34 | 0.19 | 39.43 | 0.42 | 0.67 |
| Hex | CF | B7 | 89 | 0 | C | 22 | 13 | 27 | 2A | 43 |
| Octal | 317 | 267 | 211 | 0 | 14 | 42 | 23 | 47 | 52 | 103 |
| Binary | 11001111 | 10110111 | 10001001 | 0 | 1100 | 100010 | 10011 | 100111 | 101010 | 1000011 |
Color Harmonies of #CFB789
Complementary color
Monochromatic Colors of #CFB789
Black with #CFB789
Text Example
Text Example
White with #CFB789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB789; }
p { color: rgb(207,183,137); }
H1.HeaderClassName
{
color: #CFB789;
}
.AnyTagClassName
{
color: #CFB789;
}
</style>
background-color css
<style>
a { background-color: #CFB789; }
a { background-color: rgb(207,183,137); }
div.DivClassName
{
background-color: #CFB789;
}
.BgClassName
{
background-color: #CFB789;
}
</style>
border-color css
<style>
span { border-color: #CFB789; }
span { border-color: rgb(207,183,137); }
td.TdClassName
{
border-color: #CFB789;
}
.TagClassName
{
border-color: #CFB789;
}
</style>