Shades of Tan #C8AD87
Tints of Tan #C8AD87
RGB
CMYK
RGB Variations
Color information
#C8AD87 (or 0xC8AD87) is known color: Tan. HEX triplet: C8, AD and 87. RGB value is (200,173,135). Sum of RGB (Red+Green+Blue) = 200+173+135=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AD87 is #375278. Grayscale: #B0B0B0. Windows color (decimal): -3625593 or 8891848. OLE color: 8891848.
HSL color Cylindrical-coordinate representation of color #C8AD87: hue angle of 35.08º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8AD87 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 135 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.22 |
| HSL | 35.08º | 0.37% | 0.66% | - |
| HSV(B) | 35.08º | 0.33% | 0.78% | - |
| XYZ | 43.14 | 43.92 | 29.12 | - |
| YUV | 176.74 | 104.45 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 135 | 0 | 0.14 | 0.32 | 0.22 | 35.08 | 0.37 | 0.66 |
| Hex | C8 | AD | 87 | 0 | E | 20 | 16 | 23 | 25 | 42 |
| Octal | 310 | 255 | 207 | 0 | 16 | 40 | 26 | 43 | 45 | 102 |
| Binary | 11001000 | 10101101 | 10000111 | 0 | 1110 | 100000 | 10110 | 100011 | 100101 | 1000010 |
Color Harmonies of #C8AD87
Complementary color
Monochromatic Colors of #C8AD87
Black with #C8AD87
Text Example
Text Example
White with #C8AD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD87; }
p { color: rgb(200,173,135); }
H1.HeaderClassName
{
color: #C8AD87;
}
.AnyTagClassName
{
color: #C8AD87;
}
</style>
background-color css
<style>
a { background-color: #C8AD87; }
a { background-color: rgb(200,173,135); }
div.DivClassName
{
background-color: #C8AD87;
}
.BgClassName
{
background-color: #C8AD87;
}
</style>
border-color css
<style>
span { border-color: #C8AD87; }
span { border-color: rgb(200,173,135); }
td.TdClassName
{
border-color: #C8AD87;
}
.TagClassName
{
border-color: #C8AD87;
}
</style>