Shades of Tan #CFB187
Tints of Tan #CFB187
RGB
CMYK
RGB Variations
Color information
#CFB187 (or 0xCFB187) is known color: Tan. HEX triplet: CF, B1 and 87. RGB value is (207,177,135). Sum of RGB (Red+Green+Blue) = 207+177+135=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 135 (53.12% from 255 or 26.01% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB187 is #304E78. Grayscale: #B5B5B5. Windows color (decimal): -3165817 or 8892879. OLE color: 8892879.
HSL color Cylindrical-coordinate representation of color #CFB187: hue angle of 35º 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 #CFB187 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 135 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.19 |
| HSL | 35º | 0.43% | 0.67% | - |
| HSV(B) | 35º | 0.35% | 0.81% | - |
| XYZ | 45.83 | 46.46 | 29.47 | - |
| YUV | 181.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 135 | 0 | 0.14 | 0.35 | 0.19 | 35 | 0.43 | 0.67 |
| Hex | CF | B1 | 87 | 0 | E | 23 | 13 | 23 | 2B | 43 |
| Octal | 317 | 261 | 207 | 0 | 16 | 43 | 23 | 43 | 53 | 103 |
| Binary | 11001111 | 10110001 | 10000111 | 0 | 1110 | 100011 | 10011 | 100011 | 101011 | 1000011 |
Color Harmonies of #CFB187
Complementary color
Monochromatic Colors of #CFB187
Black with #CFB187
Text Example
Text Example
White with #CFB187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB187; }
p { color: rgb(207,177,135); }
H1.HeaderClassName
{
color: #CFB187;
}
.AnyTagClassName
{
color: #CFB187;
}
</style>
background-color css
<style>
a { background-color: #CFB187; }
a { background-color: rgb(207,177,135); }
div.DivClassName
{
background-color: #CFB187;
}
.BgClassName
{
background-color: #CFB187;
}
</style>
border-color css
<style>
span { border-color: #CFB187; }
span { border-color: rgb(207,177,135); }
td.TdClassName
{
border-color: #CFB187;
}
.TagClassName
{
border-color: #CFB187;
}
</style>