Shades of Ecru #C5AB81
Tints of Ecru #C5AB81
RGB
CMYK
RGB Variations
Color information
#C5AB81 (or 0xC5AB81) is known color: Ecru. HEX triplet: C5, AB and 81. RGB value is (197,171,129). Sum of RGB (Red+Green+Blue) = 197+171+129=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AB81 is #3A547E. Grayscale: #AEAEAE. Windows color (decimal): -3822719 or 8498117. OLE color: 8498117.
HSL color Cylindrical-coordinate representation of color #C5AB81: hue angle of 37.06º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5AB81 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 129 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.23 |
| HSL | 37.06º | 0.37% | 0.64% | - |
| HSV(B) | 37.06º | 0.35% | 0.77% | - |
| XYZ | 41.55 | 42.58 | 26.8 | - |
| YUV | 173.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 129 | 0 | 0.13 | 0.35 | 0.23 | 37.06 | 0.37 | 0.64 |
| Hex | C5 | AB | 81 | 0 | D | 23 | 17 | 25 | 25 | 40 |
| Octal | 305 | 253 | 201 | 0 | 15 | 43 | 27 | 45 | 45 | 100 |
| Binary | 11000101 | 10101011 | 10000001 | 0 | 1101 | 100011 | 10111 | 100101 | 100101 | 1000000 |
Color Harmonies of #C5AB81
Complementary color
Monochromatic Colors of #C5AB81
Black with #C5AB81
Text Example
Text Example
White with #C5AB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB81; }
p { color: rgb(197,171,129); }
H1.HeaderClassName
{
color: #C5AB81;
}
.AnyTagClassName
{
color: #C5AB81;
}
</style>
background-color css
<style>
a { background-color: #C5AB81; }
a { background-color: rgb(197,171,129); }
div.DivClassName
{
background-color: #C5AB81;
}
.BgClassName
{
background-color: #C5AB81;
}
</style>
border-color css
<style>
span { border-color: #C5AB81; }
span { border-color: rgb(197,171,129); }
td.TdClassName
{
border-color: #C5AB81;
}
.TagClassName
{
border-color: #C5AB81;
}
</style>