Shades of Ecru #C2AA79
Tints of Ecru #C2AA79
RGB
CMYK
RGB Variations
Color information
#C2AA79 (or 0xC2AA79) is known color: Ecru. HEX triplet: C2, AA and 79. RGB value is (194,170,121). Sum of RGB (Red+Green+Blue) = 194+170+121=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA79 is #3D5586. Grayscale: #ABABAB. Windows color (decimal): -4019591 or 7973570. OLE color: 7973570.
HSL color Cylindrical-coordinate representation of color #C2AA79: hue angle of 40.27º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2AA79 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 121 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.24 |
| HSL | 40.27º | 0.37% | 0.62% | - |
| HSV(B) | 40.27º | 0.38% | 0.76% | - |
| XYZ | 40.07 | 41.6 | 24.01 | - |
| YUV | 171.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 121 | 0 | 0.12 | 0.38 | 0.24 | 40.27 | 0.37 | 0.62 |
| Hex | C2 | AA | 79 | 0 | C | 26 | 18 | 28 | 25 | 3E |
| Octal | 302 | 252 | 171 | 0 | 14 | 46 | 30 | 50 | 45 | 76 |
| Binary | 11000010 | 10101010 | 1111001 | 0 | 1100 | 100110 | 11000 | 101000 | 100101 | 111110 |
Color Harmonies of #C2AA79
Complementary color
Monochromatic Colors of #C2AA79
Black with #C2AA79
Text Example
Text Example
White with #C2AA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA79; }
p { color: rgb(194,170,121); }
H1.HeaderClassName
{
color: #C2AA79;
}
.AnyTagClassName
{
color: #C2AA79;
}
</style>
background-color css
<style>
a { background-color: #C2AA79; }
a { background-color: rgb(194,170,121); }
div.DivClassName
{
background-color: #C2AA79;
}
.BgClassName
{
background-color: #C2AA79;
}
</style>
border-color css
<style>
span { border-color: #C2AA79; }
span { border-color: rgb(194,170,121); }
td.TdClassName
{
border-color: #C2AA79;
}
.TagClassName
{
border-color: #C2AA79;
}
</style>