Shades of Ecru #C4B385
Tints of Ecru #C4B385
RGB
CMYK
RGB Variations
Color information
#C4B385 (or 0xC4B385) is known color: Ecru. HEX triplet: C4, B3 and 85. RGB value is (196,179,133). Sum of RGB (Red+Green+Blue) = 196+179+133=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B385 is #3B4C7A. Grayscale: #B3B3B3. Windows color (decimal): -3886203 or 8762308. OLE color: 8762308.
HSL color Cylindrical-coordinate representation of color #C4B385: hue angle of 43.81º degrees, saturation: 0.35, 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 #C4B385 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 179 | 133 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.23 |
| HSL | 43.81º | 0.35% | 0.65% | - |
| HSV(B) | 43.81º | 0.32% | 0.77% | - |
| XYZ | 43.12 | 45.67 | 28.73 | - |
| YUV | 178.84 | 102.13 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 133 | 0 | 0.09 | 0.32 | 0.23 | 43.81 | 0.35 | 0.65 |
| Hex | C4 | B3 | 85 | 0 | 9 | 20 | 17 | 2C | 23 | 41 |
| Octal | 304 | 263 | 205 | 0 | 11 | 40 | 27 | 54 | 43 | 101 |
| Binary | 11000100 | 10110011 | 10000101 | 0 | 1001 | 100000 | 10111 | 101100 | 100011 | 1000001 |
Color Harmonies of #C4B385
Complementary color
Monochromatic Colors of #C4B385
Black with #C4B385
Text Example
Text Example
White with #C4B385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B385; }
p { color: rgb(196,179,133); }
H1.HeaderClassName
{
color: #C4B385;
}
.AnyTagClassName
{
color: #C4B385;
}
</style>
background-color css
<style>
a { background-color: #C4B385; }
a { background-color: rgb(196,179,133); }
div.DivClassName
{
background-color: #C4B385;
}
.BgClassName
{
background-color: #C4B385;
}
</style>
border-color css
<style>
span { border-color: #C4B385; }
span { border-color: rgb(196,179,133); }
td.TdClassName
{
border-color: #C4B385;
}
.TagClassName
{
border-color: #C4B385;
}
</style>