Shades of Tan #C5AD8B
Tints of Tan #C5AD8B
RGB
CMYK
RGB Variations
Color information
#C5AD8B (or 0xC5AD8B) is known color: Tan. HEX triplet: C5, AD and 8B. RGB value is (197,173,139). Sum of RGB (Red+Green+Blue) = 197+173+139=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AD8B is #3A5274. Grayscale: #B0B0B0. Windows color (decimal): -3822197 or 9153989. OLE color: 9153989.
HSL color Cylindrical-coordinate representation of color #C5AD8B: hue angle of 35.17º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5AD8B is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 139 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.23 |
| HSL | 35.17º | 0.33% | 0.66% | - |
| HSV(B) | 35.17º | 0.29% | 0.77% | - |
| XYZ | 42.63 | 43.62 | 30.6 | - |
| YUV | 176.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 139 | 0 | 0.12 | 0.29 | 0.23 | 35.17 | 0.33 | 0.66 |
| Hex | C5 | AD | 8B | 0 | C | 1D | 17 | 23 | 21 | 42 |
| Octal | 305 | 255 | 213 | 0 | 14 | 35 | 27 | 43 | 41 | 102 |
| Binary | 11000101 | 10101101 | 10001011 | 0 | 1100 | 11101 | 10111 | 100011 | 100001 | 1000010 |
Color Harmonies of #C5AD8B
Complementary color
Monochromatic Colors of #C5AD8B
Black with #C5AD8B
Text Example
Text Example
White with #C5AD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD8B; }
p { color: rgb(197,173,139); }
H1.HeaderClassName
{
color: #C5AD8B;
}
.AnyTagClassName
{
color: #C5AD8B;
}
</style>
background-color css
<style>
a { background-color: #C5AD8B; }
a { background-color: rgb(197,173,139); }
div.DivClassName
{
background-color: #C5AD8B;
}
.BgClassName
{
background-color: #C5AD8B;
}
</style>
border-color css
<style>
span { border-color: #C5AD8B; }
span { border-color: rgb(197,173,139); }
td.TdClassName
{
border-color: #C5AD8B;
}
.TagClassName
{
border-color: #C5AD8B;
}
</style>