Shades of Ecru #C4B175
Tints of Ecru #C4B175
RGB
CMYK
RGB Variations
Color information
#C4B175 (or 0xC4B175) is known color: Ecru. HEX triplet: C4, B1 and 75. RGB value is (196,177,117). Sum of RGB (Red+Green+Blue) = 196+177+117=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B175 is #3B4E8A. Grayscale: #B0B0B0. Windows color (decimal): -3886731 or 7713220. OLE color: 7713220.
HSL color Cylindrical-coordinate representation of color #C4B175: hue angle of 45.57º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4B175 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 177 | 117 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.23 |
| HSL | 45.57º | 0.4% | 0.61% | - |
| HSV(B) | 45.57º | 0.4% | 0.77% | - |
| XYZ | 41.7 | 44.46 | 23.21 | - |
| YUV | 175.84 | 94.79 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 177 | 117 | 0 | 0.10 | 0.40 | 0.23 | 45.57 | 0.4 | 0.61 |
| Hex | C4 | B1 | 75 | 0 | A | 28 | 17 | 2E | 28 | 3D |
| Octal | 304 | 261 | 165 | 0 | 12 | 50 | 27 | 56 | 50 | 75 |
| Binary | 11000100 | 10110001 | 1110101 | 0 | 1010 | 101000 | 10111 | 101110 | 101000 | 111101 |
Color Harmonies of #C4B175
Complementary color
Monochromatic Colors of #C4B175
Black with #C4B175
Text Example
Text Example
White with #C4B175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B175; }
p { color: rgb(196,177,117); }
H1.HeaderClassName
{
color: #C4B175;
}
.AnyTagClassName
{
color: #C4B175;
}
</style>
background-color css
<style>
a { background-color: #C4B175; }
a { background-color: rgb(196,177,117); }
div.DivClassName
{
background-color: #C4B175;
}
.BgClassName
{
background-color: #C4B175;
}
</style>
border-color css
<style>
span { border-color: #C4B175; }
span { border-color: rgb(196,177,117); }
td.TdClassName
{
border-color: #C4B175;
}
.TagClassName
{
border-color: #C4B175;
}
</style>