Shades of Ecru #C0AC76
Tints of Ecru #C0AC76
RGB
CMYK
RGB Variations
Color information
#C0AC76 (or 0xC0AC76) is known color: Ecru. HEX triplet: C0, AC and 76. RGB value is (192,172,118). Sum of RGB (Red+Green+Blue) = 192+172+118=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AC76 is #3F5389. Grayscale: #ACACAC. Windows color (decimal): -4150154 or 7777472. OLE color: 7777472.
HSL color Cylindrical-coordinate representation of color #C0AC76: hue angle of 43.78º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0AC76 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 118 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.25 |
| HSL | 43.78º | 0.37% | 0.61% | - |
| HSV(B) | 43.78º | 0.39% | 0.75% | - |
| XYZ | 39.76 | 42.02 | 23.15 | - |
| YUV | 171.82 | 97.63 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 118 | 0 | 0.10 | 0.39 | 0.25 | 43.78 | 0.37 | 0.61 |
| Hex | C0 | AC | 76 | 0 | A | 27 | 19 | 2C | 25 | 3D |
| Octal | 300 | 254 | 166 | 0 | 12 | 47 | 31 | 54 | 45 | 75 |
| Binary | 11000000 | 10101100 | 1110110 | 0 | 1010 | 100111 | 11001 | 101100 | 100101 | 111101 |
Color Harmonies of #C0AC76
Complementary color
Monochromatic Colors of #C0AC76
Black with #C0AC76
Text Example
Text Example
White with #C0AC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC76; }
p { color: rgb(192,172,118); }
H1.HeaderClassName
{
color: #C0AC76;
}
.AnyTagClassName
{
color: #C0AC76;
}
</style>
background-color css
<style>
a { background-color: #C0AC76; }
a { background-color: rgb(192,172,118); }
div.DivClassName
{
background-color: #C0AC76;
}
.BgClassName
{
background-color: #C0AC76;
}
</style>
border-color css
<style>
span { border-color: #C0AC76; }
span { border-color: rgb(192,172,118); }
td.TdClassName
{
border-color: #C0AC76;
}
.TagClassName
{
border-color: #C0AC76;
}
</style>