Shades of Ecru #C5B185
Tints of Ecru #C5B185
RGB
CMYK
RGB Variations
Color information
#C5B185 (or 0xC5B185) is known color: Ecru. HEX triplet: C5, B1 and 85. RGB value is (197,177,133). Sum of RGB (Red+Green+Blue) = 197+177+133=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B185 is #3A4E7A. Grayscale: #B2B2B2. Windows color (decimal): -3821179 or 8761797. OLE color: 8761797.
HSL color Cylindrical-coordinate representation of color #C5B185: hue angle of 41.25º 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 #C5B185 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 177 | 133 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.23 |
| HSL | 41.25º | 0.36% | 0.65% | - |
| HSV(B) | 41.25º | 0.32% | 0.77% | - |
| XYZ | 42.98 | 45.01 | 28.61 | - |
| YUV | 177.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 133 | 0 | 0.10 | 0.32 | 0.23 | 41.25 | 0.36 | 0.65 |
| Hex | C5 | B1 | 85 | 0 | A | 20 | 17 | 29 | 24 | 41 |
| Octal | 305 | 261 | 205 | 0 | 12 | 40 | 27 | 51 | 44 | 101 |
| Binary | 11000101 | 10110001 | 10000101 | 0 | 1010 | 100000 | 10111 | 101001 | 100100 | 1000001 |
Color Harmonies of #C5B185
Complementary color
Monochromatic Colors of #C5B185
Black with #C5B185
Text Example
Text Example
White with #C5B185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B185; }
p { color: rgb(197,177,133); }
H1.HeaderClassName
{
color: #C5B185;
}
.AnyTagClassName
{
color: #C5B185;
}
</style>
background-color css
<style>
a { background-color: #C5B185; }
a { background-color: rgb(197,177,133); }
div.DivClassName
{
background-color: #C5B185;
}
.BgClassName
{
background-color: #C5B185;
}
</style>
border-color css
<style>
span { border-color: #C5B185; }
span { border-color: rgb(197,177,133); }
td.TdClassName
{
border-color: #C5B185;
}
.TagClassName
{
border-color: #C5B185;
}
</style>