Shades of Ecru #C5AA7E
Tints of Ecru #C5AA7E
RGB
CMYK
RGB Variations
Color information
#C5AA7E (or 0xC5AA7E) is known color: Ecru. HEX triplet: C5, AA and 7E. RGB value is (197,170,126). Sum of RGB (Red+Green+Blue) = 197+170+126=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AA7E is #3A5581. Grayscale: #ADADAD. Windows color (decimal): -3822978 or 8301253. OLE color: 8301253.
HSL color Cylindrical-coordinate representation of color #C5AA7E: hue angle of 37.18º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5AA7E is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 126 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.23 |
| HSL | 37.18º | 0.38% | 0.63% | - |
| HSV(B) | 37.18º | 0.36% | 0.77% | - |
| XYZ | 41.17 | 42.13 | 25.7 | - |
| YUV | 173.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 126 | 0 | 0.14 | 0.36 | 0.23 | 37.18 | 0.38 | 0.63 |
| Hex | C5 | AA | 7E | 0 | E | 24 | 17 | 25 | 26 | 3F |
| Octal | 305 | 252 | 176 | 0 | 16 | 44 | 27 | 45 | 46 | 77 |
| Binary | 11000101 | 10101010 | 1111110 | 0 | 1110 | 100100 | 10111 | 100101 | 100110 | 111111 |
Color Harmonies of #C5AA7E
Complementary color
Monochromatic Colors of #C5AA7E
Black with #C5AA7E
Text Example
Text Example
White with #C5AA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AA7E; }
p { color: rgb(197,170,126); }
H1.HeaderClassName
{
color: #C5AA7E;
}
.AnyTagClassName
{
color: #C5AA7E;
}
</style>
background-color css
<style>
a { background-color: #C5AA7E; }
a { background-color: rgb(197,170,126); }
div.DivClassName
{
background-color: #C5AA7E;
}
.BgClassName
{
background-color: #C5AA7E;
}
</style>
border-color css
<style>
span { border-color: #C5AA7E; }
span { border-color: rgb(197,170,126); }
td.TdClassName
{
border-color: #C5AA7E;
}
.TagClassName
{
border-color: #C5AA7E;
}
</style>