Shades of Tan #C9AD8A
Tints of Tan #C9AD8A
RGB
CMYK
RGB Variations
Color information
#C9AD8A (or 0xC9AD8A) is known color: Tan. HEX triplet: C9, AD and 8A. RGB value is (201,173,138). Sum of RGB (Red+Green+Blue) = 201+173+138=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AD8A is #365275. Grayscale: #B1B1B1. Windows color (decimal): -3560054 or 9088457. OLE color: 9088457.
HSL color Cylindrical-coordinate representation of color #C9AD8A: hue angle of 33.33º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9AD8A is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 138 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.21 |
| HSL | 33.33º | 0.37% | 0.66% | - |
| HSV(B) | 33.33º | 0.31% | 0.79% | - |
| XYZ | 43.62 | 44.14 | 30.27 | - |
| YUV | 177.38 | 105.78 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 138 | 0 | 0.14 | 0.31 | 0.21 | 33.33 | 0.37 | 0.66 |
| Hex | C9 | AD | 8A | 0 | E | 1F | 15 | 21 | 25 | 42 |
| Octal | 311 | 255 | 212 | 0 | 16 | 37 | 25 | 41 | 45 | 102 |
| Binary | 11001001 | 10101101 | 10001010 | 0 | 1110 | 11111 | 10101 | 100001 | 100101 | 1000010 |
Color Harmonies of #C9AD8A
Complementary color
Monochromatic Colors of #C9AD8A
Black with #C9AD8A
Text Example
Text Example
White with #C9AD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD8A; }
p { color: rgb(201,173,138); }
H1.HeaderClassName
{
color: #C9AD8A;
}
.AnyTagClassName
{
color: #C9AD8A;
}
</style>
background-color css
<style>
a { background-color: #C9AD8A; }
a { background-color: rgb(201,173,138); }
div.DivClassName
{
background-color: #C9AD8A;
}
.BgClassName
{
background-color: #C9AD8A;
}
</style>
border-color css
<style>
span { border-color: #C9AD8A; }
span { border-color: rgb(201,173,138); }
td.TdClassName
{
border-color: #C9AD8A;
}
.TagClassName
{
border-color: #C9AD8A;
}
</style>