Shades of Tan #CFB788
Tints of Tan #CFB788
RGB
CMYK
RGB Variations
Color information
#CFB788 (or 0xCFB788) is known color: Tan. HEX triplet: CF, B7 and 88. RGB value is (207,183,136). Sum of RGB (Red+Green+Blue) = 207+183+136=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB788 is #304877. Grayscale: #B9B9B9. Windows color (decimal): -3164280 or 8959951. OLE color: 8959951.
HSL color Cylindrical-coordinate representation of color #CFB788: hue angle of 39.72º degrees, saturation: 0.43, 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 #CFB788 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 136 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.19 |
| HSL | 39.72º | 0.43% | 0.67% | - |
| HSV(B) | 39.72º | 0.34% | 0.81% | - |
| XYZ | 47.11 | 48.91 | 30.25 | - |
| YUV | 184.82 | 100.45 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 136 | 0 | 0.12 | 0.34 | 0.19 | 39.72 | 0.43 | 0.67 |
| Hex | CF | B7 | 88 | 0 | C | 22 | 13 | 28 | 2B | 43 |
| Octal | 317 | 267 | 210 | 0 | 14 | 42 | 23 | 50 | 53 | 103 |
| Binary | 11001111 | 10110111 | 10001000 | 0 | 1100 | 100010 | 10011 | 101000 | 101011 | 1000011 |
Color Harmonies of #CFB788
Complementary color
Monochromatic Colors of #CFB788
Black with #CFB788
Text Example
Text Example
White with #CFB788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB788; }
p { color: rgb(207,183,136); }
H1.HeaderClassName
{
color: #CFB788;
}
.AnyTagClassName
{
color: #CFB788;
}
</style>
background-color css
<style>
a { background-color: #CFB788; }
a { background-color: rgb(207,183,136); }
div.DivClassName
{
background-color: #CFB788;
}
.BgClassName
{
background-color: #CFB788;
}
</style>
border-color css
<style>
span { border-color: #CFB788; }
span { border-color: rgb(207,183,136); }
td.TdClassName
{
border-color: #CFB788;
}
.TagClassName
{
border-color: #CFB788;
}
</style>