Shades of Ecru #C5B385
Tints of Ecru #C5B385
RGB
CMYK
RGB Variations
Color information
#C5B385 (or 0xC5B385) is known color: Ecru. HEX triplet: C5, B3 and 85. RGB value is (197,179,133). Sum of RGB (Red+Green+Blue) = 197+179+133=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B385 is #3A4C7A. Grayscale: #B3B3B3. Windows color (decimal): -3820667 or 8762309. OLE color: 8762309.
HSL color Cylindrical-coordinate representation of color #C5B385: hue angle of 43.12º degrees, saturation: 0.36, 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 #C5B385 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 179 | 133 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.23 |
| HSL | 43.13º | 0.36% | 0.65% | - |
| HSV(B) | 43.13º | 0.32% | 0.77% | - |
| XYZ | 43.38 | 45.8 | 28.75 | - |
| YUV | 179.14 | 101.96 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 133 | 0 | 0.09 | 0.32 | 0.23 | 43.13 | 0.36 | 0.65 |
| Hex | C5 | B3 | 85 | 0 | 9 | 20 | 17 | 2B | 24 | 41 |
| Octal | 305 | 263 | 205 | 0 | 11 | 40 | 27 | 53 | 44 | 101 |
| Binary | 11000101 | 10110011 | 10000101 | 0 | 1001 | 100000 | 10111 | 101011 | 100100 | 1000001 |
Color Harmonies of #C5B385
Complementary color
Monochromatic Colors of #C5B385
Black with #C5B385
Text Example
Text Example
White with #C5B385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B385; }
p { color: rgb(197,179,133); }
H1.HeaderClassName
{
color: #C5B385;
}
.AnyTagClassName
{
color: #C5B385;
}
</style>
background-color css
<style>
a { background-color: #C5B385; }
a { background-color: rgb(197,179,133); }
div.DivClassName
{
background-color: #C5B385;
}
.BgClassName
{
background-color: #C5B385;
}
</style>
border-color css
<style>
span { border-color: #C5B385; }
span { border-color: rgb(197,179,133); }
td.TdClassName
{
border-color: #C5B385;
}
.TagClassName
{
border-color: #C5B385;
}
</style>