Shades of Tan #C9AF89
Tints of Tan #C9AF89
RGB
CMYK
RGB Variations
Color information
#C9AF89 (or 0xC9AF89) is known color: Tan. HEX triplet: C9, AF and 89. RGB value is (201,175,137). Sum of RGB (Red+Green+Blue) = 201+175+137=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AF89 is #365076. Grayscale: #B2B2B2. Windows color (decimal): -3559543 or 9023433. OLE color: 9023433.
HSL color Cylindrical-coordinate representation of color #C9AF89: hue angle of 35.62º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C9AF89 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 137 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.21 |
| HSL | 35.63º | 0.37% | 0.66% | - |
| HSV(B) | 35.63º | 0.32% | 0.79% | - |
| XYZ | 43.93 | 44.88 | 30.01 | - |
| YUV | 178.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 137 | 0 | 0.13 | 0.32 | 0.21 | 35.63 | 0.37 | 0.66 |
| Hex | C9 | AF | 89 | 0 | D | 20 | 15 | 24 | 25 | 42 |
| Octal | 311 | 257 | 211 | 0 | 15 | 40 | 25 | 44 | 45 | 102 |
| Binary | 11001001 | 10101111 | 10001001 | 0 | 1101 | 100000 | 10101 | 100100 | 100101 | 1000010 |
Color Harmonies of #C9AF89
Complementary color
Monochromatic Colors of #C9AF89
Black with #C9AF89
Text Example
Text Example
White with #C9AF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF89; }
p { color: rgb(201,175,137); }
H1.HeaderClassName
{
color: #C9AF89;
}
.AnyTagClassName
{
color: #C9AF89;
}
</style>
background-color css
<style>
a { background-color: #C9AF89; }
a { background-color: rgb(201,175,137); }
div.DivClassName
{
background-color: #C9AF89;
}
.BgClassName
{
background-color: #C9AF89;
}
</style>
border-color css
<style>
span { border-color: #C9AF89; }
span { border-color: rgb(201,175,137); }
td.TdClassName
{
border-color: #C9AF89;
}
.TagClassName
{
border-color: #C9AF89;
}
</style>