Shades of Ecru #C0AC73
Tints of Ecru #C0AC73
RGB
CMYK
RGB Variations
Color information
#C0AC73 (or 0xC0AC73) is known color: Ecru. HEX triplet: C0, AC and 73. RGB value is (192,172,115). Sum of RGB (Red+Green+Blue) = 192+172+115=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AC73 is #3F538C. Grayscale: #ABABAB. Windows color (decimal): -4150157 or 7580864. OLE color: 7580864.
HSL color Cylindrical-coordinate representation of color #C0AC73: hue angle of 44.42º 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 #C0AC73 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 115 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.25 |
| HSL | 44.42º | 0.38% | 0.6% | - |
| HSV(B) | 44.42º | 0.4% | 0.75% | - |
| XYZ | 39.59 | 41.95 | 22.23 | - |
| YUV | 171.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 115 | 0 | 0.10 | 0.40 | 0.25 | 44.42 | 0.38 | 0.6 |
| Hex | C0 | AC | 73 | 0 | A | 28 | 19 | 2C | 26 | 3C |
| Octal | 300 | 254 | 163 | 0 | 12 | 50 | 31 | 54 | 46 | 74 |
| Binary | 11000000 | 10101100 | 1110011 | 0 | 1010 | 101000 | 11001 | 101100 | 100110 | 111100 |
Color Harmonies of #C0AC73
Complementary color
Monochromatic Colors of #C0AC73
Black with #C0AC73
Text Example
Text Example
White with #C0AC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC73; }
p { color: rgb(192,172,115); }
H1.HeaderClassName
{
color: #C0AC73;
}
.AnyTagClassName
{
color: #C0AC73;
}
</style>
background-color css
<style>
a { background-color: #C0AC73; }
a { background-color: rgb(192,172,115); }
div.DivClassName
{
background-color: #C0AC73;
}
.BgClassName
{
background-color: #C0AC73;
}
</style>
border-color css
<style>
span { border-color: #C0AC73; }
span { border-color: rgb(192,172,115); }
td.TdClassName
{
border-color: #C0AC73;
}
.TagClassName
{
border-color: #C0AC73;
}
</style>