Shades of Tan #CFB88D
Tints of Tan #CFB88D
RGB
CMYK
RGB Variations
Color information
#CFB88D (or 0xCFB88D) is known color: Tan. HEX triplet: CF, B8 and 8D. RGB value is (207,184,141). Sum of RGB (Red+Green+Blue) = 207+184+141=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB88D is #304772. Grayscale: #BABABA. Windows color (decimal): -3164019 or 9287887. OLE color: 9287887.
HSL color Cylindrical-coordinate representation of color #CFB88D: hue angle of 39.09º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFB88D is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 141 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.19 |
| HSL | 39.09º | 0.41% | 0.68% | - |
| HSV(B) | 39.09º | 0.32% | 0.81% | - |
| XYZ | 47.68 | 49.47 | 32.23 | - |
| YUV | 185.98 | 102.62 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 141 | 0 | 0.11 | 0.32 | 0.19 | 39.09 | 0.41 | 0.68 |
| Hex | CF | B8 | 8D | 0 | B | 20 | 13 | 27 | 29 | 44 |
| Octal | 317 | 270 | 215 | 0 | 13 | 40 | 23 | 47 | 51 | 104 |
| Binary | 11001111 | 10111000 | 10001101 | 0 | 1011 | 100000 | 10011 | 100111 | 101001 | 1000100 |
Color Harmonies of #CFB88D
Complementary color
Monochromatic Colors of #CFB88D
Black with #CFB88D
Text Example
Text Example
White with #CFB88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB88D; }
p { color: rgb(207,184,141); }
H1.HeaderClassName
{
color: #CFB88D;
}
.AnyTagClassName
{
color: #CFB88D;
}
</style>
background-color css
<style>
a { background-color: #CFB88D; }
a { background-color: rgb(207,184,141); }
div.DivClassName
{
background-color: #CFB88D;
}
.BgClassName
{
background-color: #CFB88D;
}
</style>
border-color css
<style>
span { border-color: #CFB88D; }
span { border-color: rgb(207,184,141); }
td.TdClassName
{
border-color: #CFB88D;
}
.TagClassName
{
border-color: #CFB88D;
}
</style>