Shades of Tan #C5AD8E
Tints of Tan #C5AD8E
RGB
CMYK
RGB Variations
Color information
#C5AD8E (or 0xC5AD8E) is known color: Tan. HEX triplet: C5, AD and 8E. RGB value is (197,173,142). Sum of RGB (Red+Green+Blue) = 197+173+142=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AD8E is #3A5271. Grayscale: #B0B0B0. Windows color (decimal): -3822194 or 9350597. OLE color: 9350597.
HSL color Cylindrical-coordinate representation of color #C5AD8E: hue angle of 33.82º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5AD8E is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 142 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.23 |
| HSL | 33.82º | 0.32% | 0.66% | - |
| HSV(B) | 33.82º | 0.28% | 0.77% | - |
| XYZ | 42.85 | 43.71 | 31.77 | - |
| YUV | 176.64 | 108.45 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 142 | 0 | 0.12 | 0.28 | 0.23 | 33.82 | 0.32 | 0.66 |
| Hex | C5 | AD | 8E | 0 | C | 1C | 17 | 22 | 20 | 42 |
| Octal | 305 | 255 | 216 | 0 | 14 | 34 | 27 | 42 | 40 | 102 |
| Binary | 11000101 | 10101101 | 10001110 | 0 | 1100 | 11100 | 10111 | 100010 | 100000 | 1000010 |
Color Harmonies of #C5AD8E
Complementary color
Monochromatic Colors of #C5AD8E
Black with #C5AD8E
Text Example
Text Example
White with #C5AD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD8E; }
p { color: rgb(197,173,142); }
H1.HeaderClassName
{
color: #C5AD8E;
}
.AnyTagClassName
{
color: #C5AD8E;
}
</style>
background-color css
<style>
a { background-color: #C5AD8E; }
a { background-color: rgb(197,173,142); }
div.DivClassName
{
background-color: #C5AD8E;
}
.BgClassName
{
background-color: #C5AD8E;
}
</style>
border-color css
<style>
span { border-color: #C5AD8E; }
span { border-color: rgb(197,173,142); }
td.TdClassName
{
border-color: #C5AD8E;
}
.TagClassName
{
border-color: #C5AD8E;
}
</style>