Shades of Ecru #C2AE74
Tints of Ecru #C2AE74
RGB
CMYK
RGB Variations
Color information
#C2AE74 (or 0xC2AE74) is known color: Ecru. HEX triplet: C2, AE and 74. RGB value is (194,174,116). Sum of RGB (Red+Green+Blue) = 194+174+116=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE74 is #3D518B. Grayscale: #ADADAD. Windows color (decimal): -4018572 or 7646914. OLE color: 7646914.
HSL color Cylindrical-coordinate representation of color #C2AE74: hue angle of 44.62º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2AE74 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 116 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.24 |
| HSL | 44.62º | 0.39% | 0.61% | - |
| HSV(B) | 44.62º | 0.4% | 0.76% | - |
| XYZ | 40.54 | 43 | 22.69 | - |
| YUV | 173.37 | 95.63 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 116 | 0 | 0.10 | 0.40 | 0.24 | 44.62 | 0.39 | 0.61 |
| Hex | C2 | AE | 74 | 0 | A | 28 | 18 | 2D | 27 | 3D |
| Octal | 302 | 256 | 164 | 0 | 12 | 50 | 30 | 55 | 47 | 75 |
| Binary | 11000010 | 10101110 | 1110100 | 0 | 1010 | 101000 | 11000 | 101101 | 100111 | 111101 |
Color Harmonies of #C2AE74
Complementary color
Monochromatic Colors of #C2AE74
Black with #C2AE74
Text Example
Text Example
White with #C2AE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE74; }
p { color: rgb(194,174,116); }
H1.HeaderClassName
{
color: #C2AE74;
}
.AnyTagClassName
{
color: #C2AE74;
}
</style>
background-color css
<style>
a { background-color: #C2AE74; }
a { background-color: rgb(194,174,116); }
div.DivClassName
{
background-color: #C2AE74;
}
.BgClassName
{
background-color: #C2AE74;
}
</style>
border-color css
<style>
span { border-color: #C2AE74; }
span { border-color: rgb(194,174,116); }
td.TdClassName
{
border-color: #C2AE74;
}
.TagClassName
{
border-color: #C2AE74;
}
</style>