Shades of Ecru #C5B289
Tints of Ecru #C5B289
RGB
CMYK
RGB Variations
Color information
#C5B289 (or 0xC5B289) is known color: Ecru. HEX triplet: C5, B2 and 89. RGB value is (197,178,137). Sum of RGB (Red+Green+Blue) = 197+178+137=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B289 is #3A4D76. Grayscale: #B3B3B3. Windows color (decimal): -3820919 or 9024197. OLE color: 9024197.
HSL color Cylindrical-coordinate representation of color #C5B289: hue angle of 41º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5B289 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 178 | 137 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.23 |
| HSL | 41º | 0.34% | 0.65% | - |
| HSV(B) | 41º | 0.3% | 0.77% | - |
| XYZ | 43.46 | 45.52 | 30.16 | - |
| YUV | 179.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 178 | 137 | 0 | 0.10 | 0.30 | 0.23 | 41 | 0.34 | 0.65 |
| Hex | C5 | B2 | 89 | 0 | A | 1E | 17 | 29 | 22 | 41 |
| Octal | 305 | 262 | 211 | 0 | 12 | 36 | 27 | 51 | 42 | 101 |
| Binary | 11000101 | 10110010 | 10001001 | 0 | 1010 | 11110 | 10111 | 101001 | 100010 | 1000001 |
Color Harmonies of #C5B289
Complementary color
Monochromatic Colors of #C5B289
Black with #C5B289
Text Example
Text Example
White with #C5B289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B289; }
p { color: rgb(197,178,137); }
H1.HeaderClassName
{
color: #C5B289;
}
.AnyTagClassName
{
color: #C5B289;
}
</style>
background-color css
<style>
a { background-color: #C5B289; }
a { background-color: rgb(197,178,137); }
div.DivClassName
{
background-color: #C5B289;
}
.BgClassName
{
background-color: #C5B289;
}
</style>
border-color css
<style>
span { border-color: #C5B289; }
span { border-color: rgb(197,178,137); }
td.TdClassName
{
border-color: #C5B289;
}
.TagClassName
{
border-color: #C5B289;
}
</style>