Shades of Ecru #C2AC79
Tints of Ecru #C2AC79
RGB
CMYK
RGB Variations
Color information
#C2AC79 (or 0xC2AC79) is known color: Ecru. HEX triplet: C2, AC and 79. RGB value is (194,172,121). Sum of RGB (Red+Green+Blue) = 194+172+121=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC79 is #3D5386. Grayscale: #ACACAC. Windows color (decimal): -4019079 or 7974082. OLE color: 7974082.
HSL color Cylindrical-coordinate representation of color #C2AC79: hue angle of 41.92º 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 #C2AC79 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 121 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.24 |
| HSL | 41.92º | 0.37% | 0.62% | - |
| HSV(B) | 41.92º | 0.38% | 0.76% | - |
| XYZ | 40.45 | 42.35 | 24.13 | - |
| YUV | 172.76 | 98.79 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 121 | 0 | 0.11 | 0.38 | 0.24 | 41.92 | 0.37 | 0.62 |
| Hex | C2 | AC | 79 | 0 | B | 26 | 18 | 2A | 25 | 3E |
| Octal | 302 | 254 | 171 | 0 | 13 | 46 | 30 | 52 | 45 | 76 |
| Binary | 11000010 | 10101100 | 1111001 | 0 | 1011 | 100110 | 11000 | 101010 | 100101 | 111110 |
Color Harmonies of #C2AC79
Complementary color
Monochromatic Colors of #C2AC79
Black with #C2AC79
Text Example
Text Example
White with #C2AC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC79; }
p { color: rgb(194,172,121); }
H1.HeaderClassName
{
color: #C2AC79;
}
.AnyTagClassName
{
color: #C2AC79;
}
</style>
background-color css
<style>
a { background-color: #C2AC79; }
a { background-color: rgb(194,172,121); }
div.DivClassName
{
background-color: #C2AC79;
}
.BgClassName
{
background-color: #C2AC79;
}
</style>
border-color css
<style>
span { border-color: #C2AC79; }
span { border-color: rgb(194,172,121); }
td.TdClassName
{
border-color: #C2AC79;
}
.TagClassName
{
border-color: #C2AC79;
}
</style>