Shades of Ecru #C5B285
Tints of Ecru #C5B285
RGB
CMYK
RGB Variations
Color information
#C5B285 (or 0xC5B285) is known color: Ecru. HEX triplet: C5, B2 and 85. RGB value is (197,178,133). Sum of RGB (Red+Green+Blue) = 197+178+133=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B285 is #3A4D7A. Grayscale: #B2B2B2. Windows color (decimal): -3820923 or 8762053. OLE color: 8762053.
HSL color Cylindrical-coordinate representation of color #C5B285: hue angle of 42.19º 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 #C5B285 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 178 | 133 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.23 |
| HSL | 42.19º | 0.36% | 0.65% | - |
| HSV(B) | 42.19º | 0.32% | 0.77% | - |
| XYZ | 43.18 | 45.4 | 28.68 | - |
| YUV | 178.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 178 | 133 | 0 | 0.10 | 0.32 | 0.23 | 42.19 | 0.36 | 0.65 |
| Hex | C5 | B2 | 85 | 0 | A | 20 | 17 | 2A | 24 | 41 |
| Octal | 305 | 262 | 205 | 0 | 12 | 40 | 27 | 52 | 44 | 101 |
| Binary | 11000101 | 10110010 | 10000101 | 0 | 1010 | 100000 | 10111 | 101010 | 100100 | 1000001 |
Color Harmonies of #C5B285
Complementary color
Monochromatic Colors of #C5B285
Black with #C5B285
Text Example
Text Example
White with #C5B285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B285; }
p { color: rgb(197,178,133); }
H1.HeaderClassName
{
color: #C5B285;
}
.AnyTagClassName
{
color: #C5B285;
}
</style>
background-color css
<style>
a { background-color: #C5B285; }
a { background-color: rgb(197,178,133); }
div.DivClassName
{
background-color: #C5B285;
}
.BgClassName
{
background-color: #C5B285;
}
</style>
border-color css
<style>
span { border-color: #C5B285; }
span { border-color: rgb(197,178,133); }
td.TdClassName
{
border-color: #C5B285;
}
.TagClassName
{
border-color: #C5B285;
}
</style>