Shades of Ecru #C4B179
Tints of Ecru #C4B179
RGB
CMYK
RGB Variations
Color information
#C4B179 (or 0xC4B179) is known color: Ecru. HEX triplet: C4, B1 and 79. RGB value is (196,177,121). Sum of RGB (Red+Green+Blue) = 196+177+121=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B179 is #3B4E86. Grayscale: #B0B0B0. Windows color (decimal): -3886727 or 7975364. OLE color: 7975364.
HSL color Cylindrical-coordinate representation of color #C4B179: hue angle of 44.8º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4B179 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 177 | 121 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.23 |
| HSL | 44.8º | 0.39% | 0.62% | - |
| HSV(B) | 44.8º | 0.38% | 0.77% | - |
| XYZ | 41.94 | 44.56 | 24.48 | - |
| YUV | 176.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 177 | 121 | 0 | 0.10 | 0.38 | 0.23 | 44.8 | 0.39 | 0.62 |
| Hex | C4 | B1 | 79 | 0 | A | 26 | 17 | 2D | 27 | 3E |
| Octal | 304 | 261 | 171 | 0 | 12 | 46 | 27 | 55 | 47 | 76 |
| Binary | 11000100 | 10110001 | 1111001 | 0 | 1010 | 100110 | 10111 | 101101 | 100111 | 111110 |
Color Harmonies of #C4B179
Complementary color
Monochromatic Colors of #C4B179
Black with #C4B179
Text Example
Text Example
White with #C4B179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B179; }
p { color: rgb(196,177,121); }
H1.HeaderClassName
{
color: #C4B179;
}
.AnyTagClassName
{
color: #C4B179;
}
</style>
background-color css
<style>
a { background-color: #C4B179; }
a { background-color: rgb(196,177,121); }
div.DivClassName
{
background-color: #C4B179;
}
.BgClassName
{
background-color: #C4B179;
}
</style>
border-color css
<style>
span { border-color: #C4B179; }
span { border-color: rgb(196,177,121); }
td.TdClassName
{
border-color: #C4B179;
}
.TagClassName
{
border-color: #C4B179;
}
</style>