Shades of Tan #C9B089
Tints of Tan #C9B089
RGB
CMYK
RGB Variations
Color information
#C9B089 (or 0xC9B089) is known color: Tan. HEX triplet: C9, B0 and 89. RGB value is (201,176,137). Sum of RGB (Red+Green+Blue) = 201+176+137=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B089 is #364F76. Grayscale: #B3B3B3. Windows color (decimal): -3559287 or 9023689. OLE color: 9023689.
HSL color Cylindrical-coordinate representation of color #C9B089: hue angle of 36.56º 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 #C9B089 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 176 | 137 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.21 |
| HSL | 36.56º | 0.37% | 0.66% | - |
| HSV(B) | 36.56º | 0.32% | 0.79% | - |
| XYZ | 44.13 | 45.27 | 30.08 | - |
| YUV | 179.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 176 | 137 | 0 | 0.12 | 0.32 | 0.21 | 36.56 | 0.37 | 0.66 |
| Hex | C9 | B0 | 89 | 0 | C | 20 | 15 | 25 | 25 | 42 |
| Octal | 311 | 260 | 211 | 0 | 14 | 40 | 25 | 45 | 45 | 102 |
| Binary | 11001001 | 10110000 | 10001001 | 0 | 1100 | 100000 | 10101 | 100101 | 100101 | 1000010 |
Color Harmonies of #C9B089
Complementary color
Monochromatic Colors of #C9B089
Black with #C9B089
Text Example
Text Example
White with #C9B089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B089; }
p { color: rgb(201,176,137); }
H1.HeaderClassName
{
color: #C9B089;
}
.AnyTagClassName
{
color: #C9B089;
}
</style>
background-color css
<style>
a { background-color: #C9B089; }
a { background-color: rgb(201,176,137); }
div.DivClassName
{
background-color: #C9B089;
}
.BgClassName
{
background-color: #C9B089;
}
</style>
border-color css
<style>
span { border-color: #C9B089; }
span { border-color: rgb(201,176,137); }
td.TdClassName
{
border-color: #C9B089;
}
.TagClassName
{
border-color: #C9B089;
}
</style>