Shades of Ecru #C0AE72
Tints of Ecru #C0AE72
RGB
CMYK
RGB Variations
Color information
#C0AE72 (or 0xC0AE72) is known color: Ecru. HEX triplet: C0, AE and 72. RGB value is (192,174,114). Sum of RGB (Red+Green+Blue) = 192+174+114=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AE72 is #3F518D. Grayscale: #ACACAC. Windows color (decimal): -4149646 or 7515840. OLE color: 7515840.
HSL color Cylindrical-coordinate representation of color #C0AE72: hue angle of 46.15º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0AE72 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 114 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.25 |
| HSL | 46.15º | 0.38% | 0.6% | - |
| HSV(B) | 46.15º | 0.41% | 0.75% | - |
| XYZ | 39.91 | 42.69 | 22.06 | - |
| YUV | 172.54 | 94.96 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 114 | 0 | 0.09 | 0.41 | 0.25 | 46.15 | 0.38 | 0.6 |
| Hex | C0 | AE | 72 | 0 | 9 | 29 | 19 | 2E | 26 | 3C |
| Octal | 300 | 256 | 162 | 0 | 11 | 51 | 31 | 56 | 46 | 74 |
| Binary | 11000000 | 10101110 | 1110010 | 0 | 1001 | 101001 | 11001 | 101110 | 100110 | 111100 |
Color Harmonies of #C0AE72
Complementary color
Monochromatic Colors of #C0AE72
Black with #C0AE72
Text Example
Text Example
White with #C0AE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AE72; }
p { color: rgb(192,174,114); }
H1.HeaderClassName
{
color: #C0AE72;
}
.AnyTagClassName
{
color: #C0AE72;
}
</style>
background-color css
<style>
a { background-color: #C0AE72; }
a { background-color: rgb(192,174,114); }
div.DivClassName
{
background-color: #C0AE72;
}
.BgClassName
{
background-color: #C0AE72;
}
</style>
border-color css
<style>
span { border-color: #C0AE72; }
span { border-color: rgb(192,174,114); }
td.TdClassName
{
border-color: #C0AE72;
}
.TagClassName
{
border-color: #C0AE72;
}
</style>