Shades of Tan #C9AC8B
Tints of Tan #C9AC8B
RGB
CMYK
RGB Variations
Color information
#C9AC8B (or 0xC9AC8B) is known color: Tan. HEX triplet: C9, AC and 8B. RGB value is (201,172,139). Sum of RGB (Red+Green+Blue) = 201+172+139=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AC8B is #365374. Grayscale: #B1B1B1. Windows color (decimal): -3560309 or 9153737. OLE color: 9153737.
HSL color Cylindrical-coordinate representation of color #C9AC8B: hue angle of 31.94º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9AC8B is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 172 | 139 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.21 |
| HSL | 31.94º | 0.36% | 0.67% | - |
| HSV(B) | 31.94º | 0.31% | 0.79% | - |
| XYZ | 43.5 | 43.79 | 30.59 | - |
| YUV | 176.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 172 | 139 | 0 | 0.14 | 0.31 | 0.21 | 31.94 | 0.36 | 0.67 |
| Hex | C9 | AC | 8B | 0 | E | 1F | 15 | 20 | 24 | 43 |
| Octal | 311 | 254 | 213 | 0 | 16 | 37 | 25 | 40 | 44 | 103 |
| Binary | 11001001 | 10101100 | 10001011 | 0 | 1110 | 11111 | 10101 | 100000 | 100100 | 1000011 |
Color Harmonies of #C9AC8B
Complementary color
Monochromatic Colors of #C9AC8B
Black with #C9AC8B
Text Example
Text Example
White with #C9AC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AC8B; }
p { color: rgb(201,172,139); }
H1.HeaderClassName
{
color: #C9AC8B;
}
.AnyTagClassName
{
color: #C9AC8B;
}
</style>
background-color css
<style>
a { background-color: #C9AC8B; }
a { background-color: rgb(201,172,139); }
div.DivClassName
{
background-color: #C9AC8B;
}
.BgClassName
{
background-color: #C9AC8B;
}
</style>
border-color css
<style>
span { border-color: #C9AC8B; }
span { border-color: rgb(201,172,139); }
td.TdClassName
{
border-color: #C9AC8B;
}
.TagClassName
{
border-color: #C9AC8B;
}
</style>