Shades of Ecru #C2AE84
Tints of Ecru #C2AE84
RGB
CMYK
RGB Variations
Color information
#C2AE84 (or 0xC2AE84) is known color: Ecru. HEX triplet: C2, AE and 84. RGB value is (194,174,132). Sum of RGB (Red+Green+Blue) = 194+174+132=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AE84 is #3D517B. Grayscale: #AFAFAF. Windows color (decimal): -4018556 or 8695490. OLE color: 8695490.
HSL color Cylindrical-coordinate representation of color #C2AE84: hue angle of 40.65º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2AE84 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 132 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.24 |
| HSL | 40.65º | 0.34% | 0.64% | - |
| HSV(B) | 40.65º | 0.32% | 0.76% | - |
| XYZ | 41.55 | 43.41 | 28.02 | - |
| YUV | 175.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 132 | 0 | 0.10 | 0.32 | 0.24 | 40.65 | 0.34 | 0.64 |
| Hex | C2 | AE | 84 | 0 | A | 20 | 18 | 29 | 22 | 40 |
| Octal | 302 | 256 | 204 | 0 | 12 | 40 | 30 | 51 | 42 | 100 |
| Binary | 11000010 | 10101110 | 10000100 | 0 | 1010 | 100000 | 11000 | 101001 | 100010 | 1000000 |
Color Harmonies of #C2AE84
Complementary color
Monochromatic Colors of #C2AE84
Black with #C2AE84
Text Example
Text Example
White with #C2AE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE84; }
p { color: rgb(194,174,132); }
H1.HeaderClassName
{
color: #C2AE84;
}
.AnyTagClassName
{
color: #C2AE84;
}
</style>
background-color css
<style>
a { background-color: #C2AE84; }
a { background-color: rgb(194,174,132); }
div.DivClassName
{
background-color: #C2AE84;
}
.BgClassName
{
background-color: #C2AE84;
}
</style>
border-color css
<style>
span { border-color: #C2AE84; }
span { border-color: rgb(194,174,132); }
td.TdClassName
{
border-color: #C2AE84;
}
.TagClassName
{
border-color: #C2AE84;
}
</style>