Shades of Ecru #C5B17D
Tints of Ecru #C5B17D
RGB
CMYK
RGB Variations
Color information
#C5B17D (or 0xC5B17D) is known color: Ecru. HEX triplet: C5, B1 and 7D. RGB value is (197,177,125). Sum of RGB (Red+Green+Blue) = 197+177+125=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B17D is #3A4E82. Grayscale: #B1B1B1. Windows color (decimal): -3821187 or 8237509. OLE color: 8237509.
HSL color Cylindrical-coordinate representation of color #C5B17D: hue angle of 43.33º degrees, saturation: 0.38, 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 #C5B17D is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 177 | 125 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.23 |
| HSL | 43.33º | 0.38% | 0.63% | - |
| HSV(B) | 43.33º | 0.37% | 0.77% | - |
| XYZ | 42.45 | 44.8 | 25.81 | - |
| YUV | 177.05 | 98.63 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 125 | 0 | 0.10 | 0.37 | 0.23 | 43.33 | 0.38 | 0.63 |
| Hex | C5 | B1 | 7D | 0 | A | 25 | 17 | 2B | 26 | 3F |
| Octal | 305 | 261 | 175 | 0 | 12 | 45 | 27 | 53 | 46 | 77 |
| Binary | 11000101 | 10110001 | 1111101 | 0 | 1010 | 100101 | 10111 | 101011 | 100110 | 111111 |
Color Harmonies of #C5B17D
Complementary color
Monochromatic Colors of #C5B17D
Black with #C5B17D
Text Example
Text Example
White with #C5B17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B17D; }
p { color: rgb(197,177,125); }
H1.HeaderClassName
{
color: #C5B17D;
}
.AnyTagClassName
{
color: #C5B17D;
}
</style>
background-color css
<style>
a { background-color: #C5B17D; }
a { background-color: rgb(197,177,125); }
div.DivClassName
{
background-color: #C5B17D;
}
.BgClassName
{
background-color: #C5B17D;
}
</style>
border-color css
<style>
span { border-color: #C5B17D; }
span { border-color: rgb(197,177,125); }
td.TdClassName
{
border-color: #C5B17D;
}
.TagClassName
{
border-color: #C5B17D;
}
</style>