Shades of Ecru #C3AA7D
Tints of Ecru #C3AA7D
RGB
CMYK
RGB Variations
Color information
#C3AA7D (or 0xC3AA7D) is known color: Ecru. HEX triplet: C3, AA and 7D. RGB value is (195,170,125). Sum of RGB (Red+Green+Blue) = 195+170+125=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AA7D is #3C5582. Grayscale: #ACACAC. Windows color (decimal): -3954051 or 8235715. OLE color: 8235715.
HSL color Cylindrical-coordinate representation of color #C3AA7D: hue angle of 38.57º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3AA7D is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 170 | 125 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.24 |
| HSL | 38.57º | 0.37% | 0.63% | - |
| HSV(B) | 38.57º | 0.36% | 0.76% | - |
| XYZ | 40.58 | 41.83 | 25.34 | - |
| YUV | 172.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 125 | 0 | 0.13 | 0.36 | 0.24 | 38.57 | 0.37 | 0.63 |
| Hex | C3 | AA | 7D | 0 | D | 24 | 18 | 27 | 25 | 3F |
| Octal | 303 | 252 | 175 | 0 | 15 | 44 | 30 | 47 | 45 | 77 |
| Binary | 11000011 | 10101010 | 1111101 | 0 | 1101 | 100100 | 11000 | 100111 | 100101 | 111111 |
Color Harmonies of #C3AA7D
Complementary color
Monochromatic Colors of #C3AA7D
Black with #C3AA7D
Text Example
Text Example
White with #C3AA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AA7D; }
p { color: rgb(195,170,125); }
H1.HeaderClassName
{
color: #C3AA7D;
}
.AnyTagClassName
{
color: #C3AA7D;
}
</style>
background-color css
<style>
a { background-color: #C3AA7D; }
a { background-color: rgb(195,170,125); }
div.DivClassName
{
background-color: #C3AA7D;
}
.BgClassName
{
background-color: #C3AA7D;
}
</style>
border-color css
<style>
span { border-color: #C3AA7D; }
span { border-color: rgb(195,170,125); }
td.TdClassName
{
border-color: #C3AA7D;
}
.TagClassName
{
border-color: #C3AA7D;
}
</style>