Shades of Ecru #C5B17C
Tints of Ecru #C5B17C
RGB
CMYK
RGB Variations
Color information
#C5B17C (or 0xC5B17C) is known color: Ecru. HEX triplet: C5, B1 and 7C. RGB value is (197,177,124). Sum of RGB (Red+Green+Blue) = 197+177+124=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B17C is #3A4E83. Grayscale: #B1B1B1. Windows color (decimal): -3821188 or 8171973. OLE color: 8171973.
HSL color Cylindrical-coordinate representation of color #C5B17C: hue angle of 43.56º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5B17C is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 177 | 124 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.23 |
| HSL | 43.56º | 0.39% | 0.63% | - |
| HSV(B) | 43.56º | 0.37% | 0.77% | - |
| XYZ | 42.39 | 44.77 | 25.48 | - |
| YUV | 176.94 | 98.13 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 124 | 0 | 0.10 | 0.37 | 0.23 | 43.56 | 0.39 | 0.63 |
| Hex | C5 | B1 | 7C | 0 | A | 25 | 17 | 2C | 27 | 3F |
| Octal | 305 | 261 | 174 | 0 | 12 | 45 | 27 | 54 | 47 | 77 |
| Binary | 11000101 | 10110001 | 1111100 | 0 | 1010 | 100101 | 10111 | 101100 | 100111 | 111111 |
Color Harmonies of #C5B17C
Complementary color
Monochromatic Colors of #C5B17C
Black with #C5B17C
Text Example
Text Example
White with #C5B17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B17C; }
p { color: rgb(197,177,124); }
H1.HeaderClassName
{
color: #C5B17C;
}
.AnyTagClassName
{
color: #C5B17C;
}
</style>
background-color css
<style>
a { background-color: #C5B17C; }
a { background-color: rgb(197,177,124); }
div.DivClassName
{
background-color: #C5B17C;
}
.BgClassName
{
background-color: #C5B17C;
}
</style>
border-color css
<style>
span { border-color: #C5B17C; }
span { border-color: rgb(197,177,124); }
td.TdClassName
{
border-color: #C5B17C;
}
.TagClassName
{
border-color: #C5B17C;
}
</style>