Shades of Ecru #C2AE76
Tints of Ecru #C2AE76
RGB
CMYK
RGB Variations
Color information
#C2AE76 (or 0xC2AE76) is known color: Ecru. HEX triplet: C2, AE and 76. RGB value is (194,174,118). Sum of RGB (Red+Green+Blue) = 194+174+118=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE76 is #3D5189. Grayscale: #ADADAD. Windows color (decimal): -4018570 or 7777986. OLE color: 7777986.
HSL color Cylindrical-coordinate representation of color #C2AE76: hue angle of 44.21º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2AE76 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 118 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.24 |
| HSL | 44.21º | 0.38% | 0.61% | - |
| HSV(B) | 44.21º | 0.39% | 0.76% | - |
| XYZ | 40.65 | 43.05 | 23.31 | - |
| YUV | 173.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 118 | 0 | 0.10 | 0.39 | 0.24 | 44.21 | 0.38 | 0.61 |
| Hex | C2 | AE | 76 | 0 | A | 27 | 18 | 2C | 26 | 3D |
| Octal | 302 | 256 | 166 | 0 | 12 | 47 | 30 | 54 | 46 | 75 |
| Binary | 11000010 | 10101110 | 1110110 | 0 | 1010 | 100111 | 11000 | 101100 | 100110 | 111101 |
Color Harmonies of #C2AE76
Complementary color
Monochromatic Colors of #C2AE76
Black with #C2AE76
Text Example
Text Example
White with #C2AE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE76; }
p { color: rgb(194,174,118); }
H1.HeaderClassName
{
color: #C2AE76;
}
.AnyTagClassName
{
color: #C2AE76;
}
</style>
background-color css
<style>
a { background-color: #C2AE76; }
a { background-color: rgb(194,174,118); }
div.DivClassName
{
background-color: #C2AE76;
}
.BgClassName
{
background-color: #C2AE76;
}
</style>
border-color css
<style>
span { border-color: #C2AE76; }
span { border-color: rgb(194,174,118); }
td.TdClassName
{
border-color: #C2AE76;
}
.TagClassName
{
border-color: #C2AE76;
}
</style>