Shades of Ecru #C0A979
Tints of Ecru #C0A979
RGB
CMYK
RGB Variations
Color information
#C0A979 (or 0xC0A979) is known color: Ecru. HEX triplet: C0, A9 and 79. RGB value is (192,169,121). Sum of RGB (Red+Green+Blue) = 192+169+121=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A979 is #3F5686. Grayscale: #AAAAAA. Windows color (decimal): -4150919 or 7973312. OLE color: 7973312.
HSL color Cylindrical-coordinate representation of color #C0A979: hue angle of 40.56º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0A979 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 121 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.25 |
| HSL | 40.56º | 0.36% | 0.61% | - |
| HSV(B) | 40.56º | 0.37% | 0.75% | - |
| XYZ | 39.38 | 40.96 | 23.92 | - |
| YUV | 170.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 121 | 0 | 0.12 | 0.37 | 0.25 | 40.56 | 0.36 | 0.61 |
| Hex | C0 | A9 | 79 | 0 | C | 25 | 19 | 29 | 24 | 3D |
| Octal | 300 | 251 | 171 | 0 | 14 | 45 | 31 | 51 | 44 | 75 |
| Binary | 11000000 | 10101001 | 1111001 | 0 | 1100 | 100101 | 11001 | 101001 | 100100 | 111101 |
Color Harmonies of #C0A979
Complementary color
Monochromatic Colors of #C0A979
Black with #C0A979
Text Example
Text Example
White with #C0A979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A979; }
p { color: rgb(192,169,121); }
H1.HeaderClassName
{
color: #C0A979;
}
.AnyTagClassName
{
color: #C0A979;
}
</style>
background-color css
<style>
a { background-color: #C0A979; }
a { background-color: rgb(192,169,121); }
div.DivClassName
{
background-color: #C0A979;
}
.BgClassName
{
background-color: #C0A979;
}
</style>
border-color css
<style>
span { border-color: #C0A979; }
span { border-color: rgb(192,169,121); }
td.TdClassName
{
border-color: #C0A979;
}
.TagClassName
{
border-color: #C0A979;
}
</style>