Shades of Tan #CFB790
Tints of Tan #CFB790
RGB
CMYK
RGB Variations
Color information
#CFB790 (or 0xCFB790) is known color: Tan. HEX triplet: CF, B7 and 90. RGB value is (207,183,144). Sum of RGB (Red+Green+Blue) = 207+183+144=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB790 is #30486F. Grayscale: #B9B9B9. Windows color (decimal): -3164272 or 9484239. OLE color: 9484239.
HSL color Cylindrical-coordinate representation of color #CFB790: hue angle of 37.14º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFB790 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 144 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.19 |
| HSL | 37.14º | 0.4% | 0.69% | - |
| HSV(B) | 37.14º | 0.3% | 0.81% | - |
| XYZ | 47.7 | 49.15 | 33.36 | - |
| YUV | 185.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 144 | 0 | 0.12 | 0.30 | 0.19 | 37.14 | 0.4 | 0.69 |
| Hex | CF | B7 | 90 | 0 | C | 1E | 13 | 25 | 28 | 45 |
| Octal | 317 | 267 | 220 | 0 | 14 | 36 | 23 | 45 | 50 | 105 |
| Binary | 11001111 | 10110111 | 10010000 | 0 | 1100 | 11110 | 10011 | 100101 | 101000 | 1000101 |
Color Harmonies of #CFB790
Complementary color
Monochromatic Colors of #CFB790
Black with #CFB790
Text Example
Text Example
White with #CFB790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB790; }
p { color: rgb(207,183,144); }
H1.HeaderClassName
{
color: #CFB790;
}
.AnyTagClassName
{
color: #CFB790;
}
</style>
background-color css
<style>
a { background-color: #CFB790; }
a { background-color: rgb(207,183,144); }
div.DivClassName
{
background-color: #CFB790;
}
.BgClassName
{
background-color: #CFB790;
}
</style>
border-color css
<style>
span { border-color: #CFB790; }
span { border-color: rgb(207,183,144); }
td.TdClassName
{
border-color: #CFB790;
}
.TagClassName
{
border-color: #CFB790;
}
</style>