Shades of Ecru #C0AD72
Tints of Ecru #C0AD72
RGB
CMYK
RGB Variations
Color information
#C0AD72 (or 0xC0AD72) is known color: Ecru. HEX triplet: C0, AD and 72. RGB value is (192,173,114). Sum of RGB (Red+Green+Blue) = 192+173+114=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD72 is #3F528D. Grayscale: #ACACAC. Windows color (decimal): -4149902 or 7515584. OLE color: 7515584.
HSL color Cylindrical-coordinate representation of color #C0AD72: hue angle of 45.38º 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 #C0AD72 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 114 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.25 |
| HSL | 45.38º | 0.38% | 0.6% | - |
| HSV(B) | 45.38º | 0.41% | 0.75% | - |
| XYZ | 39.72 | 42.31 | 21.99 | - |
| YUV | 171.96 | 95.29 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 114 | 0 | 0.10 | 0.41 | 0.25 | 45.38 | 0.38 | 0.6 |
| Hex | C0 | AD | 72 | 0 | A | 29 | 19 | 2D | 26 | 3C |
| Octal | 300 | 255 | 162 | 0 | 12 | 51 | 31 | 55 | 46 | 74 |
| Binary | 11000000 | 10101101 | 1110010 | 0 | 1010 | 101001 | 11001 | 101101 | 100110 | 111100 |
Color Harmonies of #C0AD72
Complementary color
Monochromatic Colors of #C0AD72
Black with #C0AD72
Text Example
Text Example
White with #C0AD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD72; }
p { color: rgb(192,173,114); }
H1.HeaderClassName
{
color: #C0AD72;
}
.AnyTagClassName
{
color: #C0AD72;
}
</style>
background-color css
<style>
a { background-color: #C0AD72; }
a { background-color: rgb(192,173,114); }
div.DivClassName
{
background-color: #C0AD72;
}
.BgClassName
{
background-color: #C0AD72;
}
</style>
border-color css
<style>
span { border-color: #C0AD72; }
span { border-color: rgb(192,173,114); }
td.TdClassName
{
border-color: #C0AD72;
}
.TagClassName
{
border-color: #C0AD72;
}
</style>