Shades of Ecru #C4B776
Tints of Ecru #C4B776
RGB
CMYK
RGB Variations
Color information
#C4B776 (or 0xC4B776) is known color: Ecru. HEX triplet: C4, B7 and 76. RGB value is (196,183,118). Sum of RGB (Red+Green+Blue) = 196+183+118=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B776 is #3B4889. Grayscale: #B3B3B3. Windows color (decimal): -3885194 or 7780292. OLE color: 7780292.
HSL color Cylindrical-coordinate representation of color #C4B776: hue angle of 50º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4B776 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 118 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.23 |
| HSL | 50º | 0.4% | 0.62% | - |
| HSV(B) | 50º | 0.4% | 0.77% | - |
| XYZ | 42.97 | 46.91 | 23.93 | - |
| YUV | 179.48 | 93.31 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 118 | 0 | 0.07 | 0.40 | 0.23 | 50 | 0.4 | 0.62 |
| Hex | C4 | B7 | 76 | 0 | 7 | 28 | 17 | 32 | 28 | 3E |
| Octal | 304 | 267 | 166 | 0 | 7 | 50 | 27 | 62 | 50 | 76 |
| Binary | 11000100 | 10110111 | 1110110 | 0 | 111 | 101000 | 10111 | 110010 | 101000 | 111110 |
Color Harmonies of #C4B776
Complementary color
Monochromatic Colors of #C4B776
Black with #C4B776
Text Example
Text Example
White with #C4B776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B776; }
p { color: rgb(196,183,118); }
H1.HeaderClassName
{
color: #C4B776;
}
.AnyTagClassName
{
color: #C4B776;
}
</style>
background-color css
<style>
a { background-color: #C4B776; }
a { background-color: rgb(196,183,118); }
div.DivClassName
{
background-color: #C4B776;
}
.BgClassName
{
background-color: #C4B776;
}
</style>
border-color css
<style>
span { border-color: #C4B776; }
span { border-color: rgb(196,183,118); }
td.TdClassName
{
border-color: #C4B776;
}
.TagClassName
{
border-color: #C4B776;
}
</style>