Shades of Tan #C5AE8B
Tints of Tan #C5AE8B
RGB
CMYK
RGB Variations
Color information
#C5AE8B (or 0xC5AE8B) is known color: Tan. HEX triplet: C5, AE and 8B. RGB value is (197,174,139). Sum of RGB (Red+Green+Blue) = 197+174+139=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AE8B is #3A5174. Grayscale: #B1B1B1. Windows color (decimal): -3821941 or 9154245. OLE color: 9154245.
HSL color Cylindrical-coordinate representation of color #C5AE8B: hue angle of 36.21º 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 #C5AE8B is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 174 | 139 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.23 |
| HSL | 36.21º | 0.33% | 0.66% | - |
| HSV(B) | 36.21º | 0.29% | 0.77% | - |
| XYZ | 42.82 | 44.01 | 30.66 | - |
| YUV | 176.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 139 | 0 | 0.12 | 0.29 | 0.23 | 36.21 | 0.33 | 0.66 |
| Hex | C5 | AE | 8B | 0 | C | 1D | 17 | 24 | 21 | 42 |
| Octal | 305 | 256 | 213 | 0 | 14 | 35 | 27 | 44 | 41 | 102 |
| Binary | 11000101 | 10101110 | 10001011 | 0 | 1100 | 11101 | 10111 | 100100 | 100001 | 1000010 |
Color Harmonies of #C5AE8B
Complementary color
Monochromatic Colors of #C5AE8B
Black with #C5AE8B
Text Example
Text Example
White with #C5AE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AE8B; }
p { color: rgb(197,174,139); }
H1.HeaderClassName
{
color: #C5AE8B;
}
.AnyTagClassName
{
color: #C5AE8B;
}
</style>
background-color css
<style>
a { background-color: #C5AE8B; }
a { background-color: rgb(197,174,139); }
div.DivClassName
{
background-color: #C5AE8B;
}
.BgClassName
{
background-color: #C5AE8B;
}
</style>
border-color css
<style>
span { border-color: #C5AE8B; }
span { border-color: rgb(197,174,139); }
td.TdClassName
{
border-color: #C5AE8B;
}
.TagClassName
{
border-color: #C5AE8B;
}
</style>