Shades of Tan #C9B38E
Tints of Tan #C9B38E
RGB
CMYK
RGB Variations
Color information
#C9B38E (or 0xC9B38E) is known color: Tan. HEX triplet: C9, B3 and 8E. RGB value is (201,179,142). Sum of RGB (Red+Green+Blue) = 201+179+142=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B38E is #364C71. Grayscale: #B5B5B5. Windows color (decimal): -3558514 or 9352137. OLE color: 9352137.
HSL color Cylindrical-coordinate representation of color #C9B38E: hue angle of 37.63º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9B38E is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 179 | 142 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.21 |
| HSL | 37.63º | 0.35% | 0.67% | - |
| HSV(B) | 37.63º | 0.29% | 0.79% | - |
| XYZ | 45.09 | 46.61 | 32.21 | - |
| YUV | 181.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 179 | 142 | 0 | 0.11 | 0.29 | 0.21 | 37.63 | 0.35 | 0.67 |
| Hex | C9 | B3 | 8E | 0 | B | 1D | 15 | 26 | 23 | 43 |
| Octal | 311 | 263 | 216 | 0 | 13 | 35 | 25 | 46 | 43 | 103 |
| Binary | 11001001 | 10110011 | 10001110 | 0 | 1011 | 11101 | 10101 | 100110 | 100011 | 1000011 |
Color Harmonies of #C9B38E
Complementary color
Monochromatic Colors of #C9B38E
Black with #C9B38E
Text Example
Text Example
White with #C9B38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B38E; }
p { color: rgb(201,179,142); }
H1.HeaderClassName
{
color: #C9B38E;
}
.AnyTagClassName
{
color: #C9B38E;
}
</style>
background-color css
<style>
a { background-color: #C9B38E; }
a { background-color: rgb(201,179,142); }
div.DivClassName
{
background-color: #C9B38E;
}
.BgClassName
{
background-color: #C9B38E;
}
</style>
border-color css
<style>
span { border-color: #C9B38E; }
span { border-color: rgb(201,179,142); }
td.TdClassName
{
border-color: #C9B38E;
}
.TagClassName
{
border-color: #C9B38E;
}
</style>