Shades of Ecru #C0AD73
Tints of Ecru #C0AD73
RGB
CMYK
RGB Variations
Color information
#C0AD73 (or 0xC0AD73) is known color: Ecru. HEX triplet: C0, AD and 73. RGB value is (192,173,115). Sum of RGB (Red+Green+Blue) = 192+173+115=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD73 is #3F528C. Grayscale: #ACACAC. Windows color (decimal): -4149901 or 7581120. OLE color: 7581120.
HSL color Cylindrical-coordinate representation of color #C0AD73: hue angle of 45.19º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0AD73 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 115 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.25 |
| HSL | 45.19º | 0.38% | 0.6% | - |
| HSV(B) | 45.19º | 0.4% | 0.75% | - |
| XYZ | 39.78 | 42.33 | 22.29 | - |
| YUV | 172.07 | 95.79 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 115 | 0 | 0.10 | 0.40 | 0.25 | 45.19 | 0.38 | 0.6 |
| Hex | C0 | AD | 73 | 0 | A | 28 | 19 | 2D | 26 | 3C |
| Octal | 300 | 255 | 163 | 0 | 12 | 50 | 31 | 55 | 46 | 74 |
| Binary | 11000000 | 10101101 | 1110011 | 0 | 1010 | 101000 | 11001 | 101101 | 100110 | 111100 |
Color Harmonies of #C0AD73
Complementary color
Monochromatic Colors of #C0AD73
Black with #C0AD73
Text Example
Text Example
White with #C0AD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD73; }
p { color: rgb(192,173,115); }
H1.HeaderClassName
{
color: #C0AD73;
}
.AnyTagClassName
{
color: #C0AD73;
}
</style>
background-color css
<style>
a { background-color: #C0AD73; }
a { background-color: rgb(192,173,115); }
div.DivClassName
{
background-color: #C0AD73;
}
.BgClassName
{
background-color: #C0AD73;
}
</style>
border-color css
<style>
span { border-color: #C0AD73; }
span { border-color: rgb(192,173,115); }
td.TdClassName
{
border-color: #C0AD73;
}
.TagClassName
{
border-color: #C0AD73;
}
</style>