Shades of Tan #CFB887
Tints of Tan #CFB887
RGB
CMYK
RGB Variations
Color information
#CFB887 (or 0xCFB887) is known color: Tan. HEX triplet: CF, B8 and 87. RGB value is (207,184,135). Sum of RGB (Red+Green+Blue) = 207+184+135=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 135 (53.12% from 255 or 25.67% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB887 is #304778. Grayscale: #B9B9B9. Windows color (decimal): -3164025 or 8894671. OLE color: 8894671.
HSL color Cylindrical-coordinate representation of color #CFB887: hue angle of 40.83º 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 #CFB887 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 135 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.19 |
| HSL | 40.83º | 0.43% | 0.67% | - |
| HSV(B) | 40.83º | 0.35% | 0.81% | - |
| XYZ | 47.25 | 49.3 | 29.95 | - |
| YUV | 185.29 | 99.62 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 135 | 0 | 0.11 | 0.35 | 0.19 | 40.83 | 0.43 | 0.67 |
| Hex | CF | B8 | 87 | 0 | B | 23 | 13 | 29 | 2B | 43 |
| Octal | 317 | 270 | 207 | 0 | 13 | 43 | 23 | 51 | 53 | 103 |
| Binary | 11001111 | 10111000 | 10000111 | 0 | 1011 | 100011 | 10011 | 101001 | 101011 | 1000011 |
Color Harmonies of #CFB887
Complementary color
Monochromatic Colors of #CFB887
Black with #CFB887
Text Example
Text Example
White with #CFB887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB887; }
p { color: rgb(207,184,135); }
H1.HeaderClassName
{
color: #CFB887;
}
.AnyTagClassName
{
color: #CFB887;
}
</style>
background-color css
<style>
a { background-color: #CFB887; }
a { background-color: rgb(207,184,135); }
div.DivClassName
{
background-color: #CFB887;
}
.BgClassName
{
background-color: #CFB887;
}
</style>
border-color css
<style>
span { border-color: #CFB887; }
span { border-color: rgb(207,184,135); }
td.TdClassName
{
border-color: #CFB887;
}
.TagClassName
{
border-color: #CFB887;
}
</style>