Shades of Tan #C9AD86
Tints of Tan #C9AD86
RGB
CMYK
RGB Variations
Color information
#C9AD86 (or 0xC9AD86) is known color: Tan. HEX triplet: C9, AD and 86. RGB value is (201,173,134). Sum of RGB (Red+Green+Blue) = 201+173+134=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AD86 is #365279. Grayscale: #B1B1B1. Windows color (decimal): -3560058 or 8826313. OLE color: 8826313.
HSL color Cylindrical-coordinate representation of color #C9AD86: hue angle of 34.93º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C9AD86 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 134 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.21 |
| HSL | 34.93º | 0.38% | 0.66% | - |
| HSV(B) | 34.93º | 0.33% | 0.79% | - |
| XYZ | 43.33 | 44.03 | 28.77 | - |
| YUV | 176.93 | 103.78 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 134 | 0 | 0.14 | 0.33 | 0.21 | 34.93 | 0.38 | 0.66 |
| Hex | C9 | AD | 86 | 0 | E | 21 | 15 | 23 | 26 | 42 |
| Octal | 311 | 255 | 206 | 0 | 16 | 41 | 25 | 43 | 46 | 102 |
| Binary | 11001001 | 10101101 | 10000110 | 0 | 1110 | 100001 | 10101 | 100011 | 100110 | 1000010 |
Color Harmonies of #C9AD86
Complementary color
Monochromatic Colors of #C9AD86
Black with #C9AD86
Text Example
Text Example
White with #C9AD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD86; }
p { color: rgb(201,173,134); }
H1.HeaderClassName
{
color: #C9AD86;
}
.AnyTagClassName
{
color: #C9AD86;
}
</style>
background-color css
<style>
a { background-color: #C9AD86; }
a { background-color: rgb(201,173,134); }
div.DivClassName
{
background-color: #C9AD86;
}
.BgClassName
{
background-color: #C9AD86;
}
</style>
border-color css
<style>
span { border-color: #C9AD86; }
span { border-color: rgb(201,173,134); }
td.TdClassName
{
border-color: #C9AD86;
}
.TagClassName
{
border-color: #C9AD86;
}
</style>