Shades of Ecru #C0A977
Tints of Ecru #C0A977
RGB
CMYK
RGB Variations
Color information
#C0A977 (or 0xC0A977) is known color: Ecru. HEX triplet: C0, A9 and 77. RGB value is (192,169,119). Sum of RGB (Red+Green+Blue) = 192+169+119=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A977 is #3F5688. Grayscale: #AAAAAA. Windows color (decimal): -4150921 or 7842240. OLE color: 7842240.
HSL color Cylindrical-coordinate representation of color #C0A977: hue angle of 41.1º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0A977 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 119 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.25 |
| HSL | 41.1º | 0.37% | 0.61% | - |
| HSV(B) | 41.1º | 0.38% | 0.75% | - |
| XYZ | 39.26 | 40.91 | 23.28 | - |
| YUV | 170.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 119 | 0 | 0.12 | 0.38 | 0.25 | 41.1 | 0.37 | 0.61 |
| Hex | C0 | A9 | 77 | 0 | C | 26 | 19 | 29 | 25 | 3D |
| Octal | 300 | 251 | 167 | 0 | 14 | 46 | 31 | 51 | 45 | 75 |
| Binary | 11000000 | 10101001 | 1110111 | 0 | 1100 | 100110 | 11001 | 101001 | 100101 | 111101 |
Color Harmonies of #C0A977
Complementary color
Monochromatic Colors of #C0A977
Black with #C0A977
Text Example
Text Example
White with #C0A977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A977; }
p { color: rgb(192,169,119); }
H1.HeaderClassName
{
color: #C0A977;
}
.AnyTagClassName
{
color: #C0A977;
}
</style>
background-color css
<style>
a { background-color: #C0A977; }
a { background-color: rgb(192,169,119); }
div.DivClassName
{
background-color: #C0A977;
}
.BgClassName
{
background-color: #C0A977;
}
</style>
border-color css
<style>
span { border-color: #C0A977; }
span { border-color: rgb(192,169,119); }
td.TdClassName
{
border-color: #C0A977;
}
.TagClassName
{
border-color: #C0A977;
}
</style>