Shades of Ecru #C4B286
Tints of Ecru #C4B286
RGB
CMYK
RGB Variations
Color information
#C4B286 (or 0xC4B286) is known color: Ecru. HEX triplet: C4, B2 and 86. RGB value is (196,178,134). Sum of RGB (Red+Green+Blue) = 196+178+134=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B286 is #3B4D79. Grayscale: #B2B2B2. Windows color (decimal): -3886458 or 8827588. OLE color: 8827588.
HSL color Cylindrical-coordinate representation of color #C4B286: hue angle of 42.58º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4B286 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 178 | 134 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.23 |
| HSL | 42.58º | 0.34% | 0.65% | - |
| HSV(B) | 42.58º | 0.32% | 0.77% | - |
| XYZ | 42.99 | 45.3 | 29.03 | - |
| YUV | 178.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 178 | 134 | 0 | 0.09 | 0.32 | 0.23 | 42.58 | 0.34 | 0.65 |
| Hex | C4 | B2 | 86 | 0 | 9 | 20 | 17 | 2B | 22 | 41 |
| Octal | 304 | 262 | 206 | 0 | 11 | 40 | 27 | 53 | 42 | 101 |
| Binary | 11000100 | 10110010 | 10000110 | 0 | 1001 | 100000 | 10111 | 101011 | 100010 | 1000001 |
Color Harmonies of #C4B286
Complementary color
Monochromatic Colors of #C4B286
Black with #C4B286
Text Example
Text Example
White with #C4B286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B286; }
p { color: rgb(196,178,134); }
H1.HeaderClassName
{
color: #C4B286;
}
.AnyTagClassName
{
color: #C4B286;
}
</style>
background-color css
<style>
a { background-color: #C4B286; }
a { background-color: rgb(196,178,134); }
div.DivClassName
{
background-color: #C4B286;
}
.BgClassName
{
background-color: #C4B286;
}
</style>
border-color css
<style>
span { border-color: #C4B286; }
span { border-color: rgb(196,178,134); }
td.TdClassName
{
border-color: #C4B286;
}
.TagClassName
{
border-color: #C4B286;
}
</style>