Shades of Ecru #C0A976
Tints of Ecru #C0A976
RGB
CMYK
RGB Variations
Color information
#C0A976 (or 0xC0A976) is known color: Ecru. HEX triplet: C0, A9 and 76. RGB value is (192,169,118). Sum of RGB (Red+Green+Blue) = 192+169+118=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A976 is #3F5689. Grayscale: #AAAAAA. Windows color (decimal): -4150922 or 7776704. OLE color: 7776704.
HSL color Cylindrical-coordinate representation of color #C0A976: hue angle of 41.35º 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 #C0A976 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 118 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.25 |
| HSL | 41.35º | 0.37% | 0.61% | - |
| HSV(B) | 41.35º | 0.39% | 0.75% | - |
| XYZ | 39.2 | 40.89 | 22.97 | - |
| YUV | 170.06 | 98.62 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 118 | 0 | 0.12 | 0.39 | 0.25 | 41.35 | 0.37 | 0.61 |
| Hex | C0 | A9 | 76 | 0 | C | 27 | 19 | 29 | 25 | 3D |
| Octal | 300 | 251 | 166 | 0 | 14 | 47 | 31 | 51 | 45 | 75 |
| Binary | 11000000 | 10101001 | 1110110 | 0 | 1100 | 100111 | 11001 | 101001 | 100101 | 111101 |
Color Harmonies of #C0A976
Complementary color
Monochromatic Colors of #C0A976
Black with #C0A976
Text Example
Text Example
White with #C0A976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A976; }
p { color: rgb(192,169,118); }
H1.HeaderClassName
{
color: #C0A976;
}
.AnyTagClassName
{
color: #C0A976;
}
</style>
background-color css
<style>
a { background-color: #C0A976; }
a { background-color: rgb(192,169,118); }
div.DivClassName
{
background-color: #C0A976;
}
.BgClassName
{
background-color: #C0A976;
}
</style>
border-color css
<style>
span { border-color: #C0A976; }
span { border-color: rgb(192,169,118); }
td.TdClassName
{
border-color: #C0A976;
}
.TagClassName
{
border-color: #C0A976;
}
</style>