Shades of Ecru #C4B076
Tints of Ecru #C4B076
RGB
CMYK
RGB Variations
Color information
#C4B076 (or 0xC4B076) is known color: Ecru. HEX triplet: C4, B0 and 76. RGB value is (196,176,118). Sum of RGB (Red+Green+Blue) = 196+176+118=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B076 is #3B4F89. Grayscale: #AFAFAF. Windows color (decimal): -3886986 or 7778500. OLE color: 7778500.
HSL color Cylindrical-coordinate representation of color #C4B076: hue angle of 44.62º 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 #C4B076 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 118 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.23 |
| HSL | 44.62º | 0.4% | 0.62% | - |
| HSV(B) | 44.62º | 0.4% | 0.77% | - |
| XYZ | 41.56 | 44.09 | 23.46 | - |
| YUV | 175.37 | 95.63 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 118 | 0 | 0.10 | 0.40 | 0.23 | 44.62 | 0.4 | 0.62 |
| Hex | C4 | B0 | 76 | 0 | A | 28 | 17 | 2D | 28 | 3E |
| Octal | 304 | 260 | 166 | 0 | 12 | 50 | 27 | 55 | 50 | 76 |
| Binary | 11000100 | 10110000 | 1110110 | 0 | 1010 | 101000 | 10111 | 101101 | 101000 | 111110 |
Color Harmonies of #C4B076
Complementary color
Monochromatic Colors of #C4B076
Black with #C4B076
Text Example
Text Example
White with #C4B076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B076; }
p { color: rgb(196,176,118); }
H1.HeaderClassName
{
color: #C4B076;
}
.AnyTagClassName
{
color: #C4B076;
}
</style>
background-color css
<style>
a { background-color: #C4B076; }
a { background-color: rgb(196,176,118); }
div.DivClassName
{
background-color: #C4B076;
}
.BgClassName
{
background-color: #C4B076;
}
</style>
border-color css
<style>
span { border-color: #C4B076; }
span { border-color: rgb(196,176,118); }
td.TdClassName
{
border-color: #C4B076;
}
.TagClassName
{
border-color: #C4B076;
}
</style>