Shades of Ecru #C5B17E
Tints of Ecru #C5B17E
RGB
CMYK
RGB Variations
Color information
#C5B17E (or 0xC5B17E) is known color: Ecru. HEX triplet: C5, B1 and 7E. RGB value is (197,177,126). Sum of RGB (Red+Green+Blue) = 197+177+126=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B17E is #3A4E81. Grayscale: #B1B1B1. Windows color (decimal): -3821186 or 8303045. OLE color: 8303045.
HSL color Cylindrical-coordinate representation of color #C5B17E: hue angle of 43.1º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5B17E is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 177 | 126 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.23 |
| HSL | 43.1º | 0.38% | 0.63% | - |
| HSV(B) | 43.1º | 0.36% | 0.77% | - |
| XYZ | 42.51 | 44.82 | 26.15 | - |
| YUV | 177.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 126 | 0 | 0.10 | 0.36 | 0.23 | 43.1 | 0.38 | 0.63 |
| Hex | C5 | B1 | 7E | 0 | A | 24 | 17 | 2B | 26 | 3F |
| Octal | 305 | 261 | 176 | 0 | 12 | 44 | 27 | 53 | 46 | 77 |
| Binary | 11000101 | 10110001 | 1111110 | 0 | 1010 | 100100 | 10111 | 101011 | 100110 | 111111 |
Color Harmonies of #C5B17E
Complementary color
Monochromatic Colors of #C5B17E
Black with #C5B17E
Text Example
Text Example
White with #C5B17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B17E; }
p { color: rgb(197,177,126); }
H1.HeaderClassName
{
color: #C5B17E;
}
.AnyTagClassName
{
color: #C5B17E;
}
</style>
background-color css
<style>
a { background-color: #C5B17E; }
a { background-color: rgb(197,177,126); }
div.DivClassName
{
background-color: #C5B17E;
}
.BgClassName
{
background-color: #C5B17E;
}
</style>
border-color css
<style>
span { border-color: #C5B17E; }
span { border-color: rgb(197,177,126); }
td.TdClassName
{
border-color: #C5B17E;
}
.TagClassName
{
border-color: #C5B17E;
}
</style>