Shades of Ecru #C4AA7E
Tints of Ecru #C4AA7E
RGB
CMYK
RGB Variations
Color information
#C4AA7E (or 0xC4AA7E) is known color: Ecru. HEX triplet: C4, AA and 7E. RGB value is (196,170,126). Sum of RGB (Red+Green+Blue) = 196+170+126=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AA7E is #3B5581. Grayscale: #ACACAC. Windows color (decimal): -3888514 or 8301252. OLE color: 8301252.
HSL color Cylindrical-coordinate representation of color #C4AA7E: hue angle of 37.71º degrees, saturation: 0.37, 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 #C4AA7E is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 170 | 126 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.23 |
| HSL | 37.71º | 0.37% | 0.63% | - |
| HSV(B) | 37.71º | 0.36% | 0.77% | - |
| XYZ | 40.91 | 41.99 | 25.69 | - |
| YUV | 172.76 | 101.61 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 126 | 0 | 0.13 | 0.36 | 0.23 | 37.71 | 0.37 | 0.63 |
| Hex | C4 | AA | 7E | 0 | D | 24 | 17 | 26 | 25 | 3F |
| Octal | 304 | 252 | 176 | 0 | 15 | 44 | 27 | 46 | 45 | 77 |
| Binary | 11000100 | 10101010 | 1111110 | 0 | 1101 | 100100 | 10111 | 100110 | 100101 | 111111 |
Color Harmonies of #C4AA7E
Complementary color
Monochromatic Colors of #C4AA7E
Black with #C4AA7E
Text Example
Text Example
White with #C4AA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AA7E; }
p { color: rgb(196,170,126); }
H1.HeaderClassName
{
color: #C4AA7E;
}
.AnyTagClassName
{
color: #C4AA7E;
}
</style>
background-color css
<style>
a { background-color: #C4AA7E; }
a { background-color: rgb(196,170,126); }
div.DivClassName
{
background-color: #C4AA7E;
}
.BgClassName
{
background-color: #C4AA7E;
}
</style>
border-color css
<style>
span { border-color: #C4AA7E; }
span { border-color: rgb(196,170,126); }
td.TdClassName
{
border-color: #C4AA7E;
}
.TagClassName
{
border-color: #C4AA7E;
}
</style>