Shades of Ecru #C0AB7E
Tints of Ecru #C0AB7E
RGB
CMYK
RGB Variations
Color information
#C0AB7E (or 0xC0AB7E) is known color: Ecru. HEX triplet: C0, AB and 7E. RGB value is (192,171,126). Sum of RGB (Red+Green+Blue) = 192+171+126=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB7E is #3F5481. Grayscale: #ACACAC. Windows color (decimal): -4150402 or 8301504. OLE color: 8301504.
HSL color Cylindrical-coordinate representation of color #C0AB7E: hue angle of 40.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0AB7E is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 126 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.25 |
| HSL | 40.91º | 0.34% | 0.62% | - |
| HSV(B) | 40.91º | 0.34% | 0.75% | - |
| XYZ | 40.07 | 41.84 | 25.7 | - |
| YUV | 172.15 | 101.96 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 126 | 0 | 0.11 | 0.34 | 0.25 | 40.91 | 0.34 | 0.62 |
| Hex | C0 | AB | 7E | 0 | B | 22 | 19 | 29 | 22 | 3E |
| Octal | 300 | 253 | 176 | 0 | 13 | 42 | 31 | 51 | 42 | 76 |
| Binary | 11000000 | 10101011 | 1111110 | 0 | 1011 | 100010 | 11001 | 101001 | 100010 | 111110 |
Color Harmonies of #C0AB7E
Complementary color
Monochromatic Colors of #C0AB7E
Black with #C0AB7E
Text Example
Text Example
White with #C0AB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB7E; }
p { color: rgb(192,171,126); }
H1.HeaderClassName
{
color: #C0AB7E;
}
.AnyTagClassName
{
color: #C0AB7E;
}
</style>
background-color css
<style>
a { background-color: #C0AB7E; }
a { background-color: rgb(192,171,126); }
div.DivClassName
{
background-color: #C0AB7E;
}
.BgClassName
{
background-color: #C0AB7E;
}
</style>
border-color css
<style>
span { border-color: #C0AB7E; }
span { border-color: rgb(192,171,126); }
td.TdClassName
{
border-color: #C0AB7E;
}
.TagClassName
{
border-color: #C0AB7E;
}
</style>