Shades of Tan #C9AC8D
Tints of Tan #C9AC8D
RGB
CMYK
RGB Variations
Color information
#C9AC8D (or 0xC9AC8D) is known color: Tan. HEX triplet: C9, AC and 8D. RGB value is (201,172,141). Sum of RGB (Red+Green+Blue) = 201+172+141=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AC8D is #365372. Grayscale: #B1B1B1. Windows color (decimal): -3560307 or 9284809. OLE color: 9284809.
HSL color Cylindrical-coordinate representation of color #C9AC8D: hue angle of 31º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9AC8D is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 172 | 141 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.21 |
| HSL | 31º | 0.36% | 0.67% | - |
| HSV(B) | 31º | 0.3% | 0.79% | - |
| XYZ | 43.65 | 43.85 | 31.36 | - |
| YUV | 177.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 172 | 141 | 0 | 0.14 | 0.30 | 0.21 | 31 | 0.36 | 0.67 |
| Hex | C9 | AC | 8D | 0 | E | 1E | 15 | 1F | 24 | 43 |
| Octal | 311 | 254 | 215 | 0 | 16 | 36 | 25 | 37 | 44 | 103 |
| Binary | 11001001 | 10101100 | 10001101 | 0 | 1110 | 11110 | 10101 | 11111 | 100100 | 1000011 |
Color Harmonies of #C9AC8D
Complementary color
Monochromatic Colors of #C9AC8D
Black with #C9AC8D
Text Example
Text Example
White with #C9AC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AC8D; }
p { color: rgb(201,172,141); }
H1.HeaderClassName
{
color: #C9AC8D;
}
.AnyTagClassName
{
color: #C9AC8D;
}
</style>
background-color css
<style>
a { background-color: #C9AC8D; }
a { background-color: rgb(201,172,141); }
div.DivClassName
{
background-color: #C9AC8D;
}
.BgClassName
{
background-color: #C9AC8D;
}
</style>
border-color css
<style>
span { border-color: #C9AC8D; }
span { border-color: rgb(201,172,141); }
td.TdClassName
{
border-color: #C9AC8D;
}
.TagClassName
{
border-color: #C9AC8D;
}
</style>