Shades of Ecru #C0AD7E
Tints of Ecru #C0AD7E
RGB
CMYK
RGB Variations
Color information
#C0AD7E (or 0xC0AD7E) is known color: Ecru. HEX triplet: C0, AD and 7E. RGB value is (192,173,126). Sum of RGB (Red+Green+Blue) = 192+173+126=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD7E is #3F5281. Grayscale: #ADADAD. Windows color (decimal): -4149890 or 8302016. OLE color: 8302016.
HSL color Cylindrical-coordinate representation of color #C0AD7E: hue angle of 42.73º 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 #C0AD7E is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 126 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.25 |
| HSL | 42.73º | 0.34% | 0.62% | - |
| HSV(B) | 42.73º | 0.34% | 0.75% | - |
| XYZ | 40.45 | 42.6 | 25.83 | - |
| YUV | 173.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 126 | 0 | 0.10 | 0.34 | 0.25 | 42.73 | 0.34 | 0.62 |
| Hex | C0 | AD | 7E | 0 | A | 22 | 19 | 2B | 22 | 3E |
| Octal | 300 | 255 | 176 | 0 | 12 | 42 | 31 | 53 | 42 | 76 |
| Binary | 11000000 | 10101101 | 1111110 | 0 | 1010 | 100010 | 11001 | 101011 | 100010 | 111110 |
Color Harmonies of #C0AD7E
Complementary color
Monochromatic Colors of #C0AD7E
Black with #C0AD7E
Text Example
Text Example
White with #C0AD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD7E; }
p { color: rgb(192,173,126); }
H1.HeaderClassName
{
color: #C0AD7E;
}
.AnyTagClassName
{
color: #C0AD7E;
}
</style>
background-color css
<style>
a { background-color: #C0AD7E; }
a { background-color: rgb(192,173,126); }
div.DivClassName
{
background-color: #C0AD7E;
}
.BgClassName
{
background-color: #C0AD7E;
}
</style>
border-color css
<style>
span { border-color: #C0AD7E; }
span { border-color: rgb(192,173,126); }
td.TdClassName
{
border-color: #C0AD7E;
}
.TagClassName
{
border-color: #C0AD7E;
}
</style>