Shades of Ecru #C3AA7E
Tints of Ecru #C3AA7E
RGB
CMYK
RGB Variations
Color information
#C3AA7E (or 0xC3AA7E) is known color: Ecru. HEX triplet: C3, AA and 7E. RGB value is (195,170,126). Sum of RGB (Red+Green+Blue) = 195+170+126=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AA7E is #3C5581. Grayscale: #ACACAC. Windows color (decimal): -3954050 or 8301251. OLE color: 8301251.
HSL color Cylindrical-coordinate representation of color #C3AA7E: hue angle of 38.26º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C3AA7E is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 170 | 126 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.24 |
| HSL | 38.26º | 0.37% | 0.63% | - |
| HSV(B) | 38.26º | 0.35% | 0.76% | - |
| XYZ | 40.65 | 41.86 | 25.68 | - |
| YUV | 172.46 | 101.78 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 126 | 0 | 0.13 | 0.35 | 0.24 | 38.26 | 0.37 | 0.63 |
| Hex | C3 | AA | 7E | 0 | D | 23 | 18 | 26 | 25 | 3F |
| Octal | 303 | 252 | 176 | 0 | 15 | 43 | 30 | 46 | 45 | 77 |
| Binary | 11000011 | 10101010 | 1111110 | 0 | 1101 | 100011 | 11000 | 100110 | 100101 | 111111 |
Color Harmonies of #C3AA7E
Complementary color
Monochromatic Colors of #C3AA7E
Black with #C3AA7E
Text Example
Text Example
White with #C3AA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AA7E; }
p { color: rgb(195,170,126); }
H1.HeaderClassName
{
color: #C3AA7E;
}
.AnyTagClassName
{
color: #C3AA7E;
}
</style>
background-color css
<style>
a { background-color: #C3AA7E; }
a { background-color: rgb(195,170,126); }
div.DivClassName
{
background-color: #C3AA7E;
}
.BgClassName
{
background-color: #C3AA7E;
}
</style>
border-color css
<style>
span { border-color: #C3AA7E; }
span { border-color: rgb(195,170,126); }
td.TdClassName
{
border-color: #C3AA7E;
}
.TagClassName
{
border-color: #C3AA7E;
}
</style>