Shades of Ecru #C0AB7F
Tints of Ecru #C0AB7F
RGB
CMYK
RGB Variations
Color information
#C0AB7F (or 0xC0AB7F) is known color: Ecru. HEX triplet: C0, AB and 7F. RGB value is (192,171,127). Sum of RGB (Red+Green+Blue) = 192+171+127=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB7F is #3F5480. Grayscale: #ACACAC. Windows color (decimal): -4150401 or 8367040. OLE color: 8367040.
HSL color Cylindrical-coordinate representation of color #C0AB7F: hue angle of 40.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0AB7F is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 127 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.25 |
| HSL | 40.62º | 0.34% | 0.63% | - |
| HSV(B) | 40.62º | 0.34% | 0.75% | - |
| XYZ | 40.13 | 41.86 | 26.04 | - |
| YUV | 172.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 127 | 0 | 0.11 | 0.34 | 0.25 | 40.62 | 0.34 | 0.63 |
| Hex | C0 | AB | 7F | 0 | B | 22 | 19 | 29 | 22 | 3F |
| Octal | 300 | 253 | 177 | 0 | 13 | 42 | 31 | 51 | 42 | 77 |
| Binary | 11000000 | 10101011 | 1111111 | 0 | 1011 | 100010 | 11001 | 101001 | 100010 | 111111 |
Color Harmonies of #C0AB7F
Complementary color
Monochromatic Colors of #C0AB7F
Black with #C0AB7F
Text Example
Text Example
White with #C0AB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB7F; }
p { color: rgb(192,171,127); }
H1.HeaderClassName
{
color: #C0AB7F;
}
.AnyTagClassName
{
color: #C0AB7F;
}
</style>
background-color css
<style>
a { background-color: #C0AB7F; }
a { background-color: rgb(192,171,127); }
div.DivClassName
{
background-color: #C0AB7F;
}
.BgClassName
{
background-color: #C0AB7F;
}
</style>
border-color css
<style>
span { border-color: #C0AB7F; }
span { border-color: rgb(192,171,127); }
td.TdClassName
{
border-color: #C0AB7F;
}
.TagClassName
{
border-color: #C0AB7F;
}
</style>