Shades of Tan #C8AF86
Tints of Tan #C8AF86
RGB
CMYK
RGB Variations
Color information
#C8AF86 (or 0xC8AF86) is known color: Tan. HEX triplet: C8, AF and 86. RGB value is (200,175,134). Sum of RGB (Red+Green+Blue) = 200+175+134=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF86 is #375079. Grayscale: #B1B1B1. Windows color (decimal): -3625082 or 8826824. OLE color: 8826824.
HSL color Cylindrical-coordinate representation of color #C8AF86: hue angle of 37.27º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8AF86 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 134 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.22 |
| HSL | 37.27º | 0.38% | 0.65% | - |
| HSV(B) | 37.27º | 0.33% | 0.78% | - |
| XYZ | 43.45 | 44.66 | 28.88 | - |
| YUV | 177.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 134 | 0 | 0.12 | 0.33 | 0.22 | 37.27 | 0.38 | 0.65 |
| Hex | C8 | AF | 86 | 0 | C | 21 | 16 | 25 | 26 | 41 |
| Octal | 310 | 257 | 206 | 0 | 14 | 41 | 26 | 45 | 46 | 101 |
| Binary | 11001000 | 10101111 | 10000110 | 0 | 1100 | 100001 | 10110 | 100101 | 100110 | 1000001 |
Color Harmonies of #C8AF86
Complementary color
Monochromatic Colors of #C8AF86
Black with #C8AF86
Text Example
Text Example
White with #C8AF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF86; }
p { color: rgb(200,175,134); }
H1.HeaderClassName
{
color: #C8AF86;
}
.AnyTagClassName
{
color: #C8AF86;
}
</style>
background-color css
<style>
a { background-color: #C8AF86; }
a { background-color: rgb(200,175,134); }
div.DivClassName
{
background-color: #C8AF86;
}
.BgClassName
{
background-color: #C8AF86;
}
</style>
border-color css
<style>
span { border-color: #C8AF86; }
span { border-color: rgb(200,175,134); }
td.TdClassName
{
border-color: #C8AF86;
}
.TagClassName
{
border-color: #C8AF86;
}
</style>