Shades of Ecru #C5AD7C
Tints of Ecru #C5AD7C
RGB
CMYK
RGB Variations
Color information
#C5AD7C (or 0xC5AD7C) is known color: Ecru. HEX triplet: C5, AD and 7C. RGB value is (197,173,124). Sum of RGB (Red+Green+Blue) = 197+173+124=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AD7C is #3A5283. Grayscale: #AEAEAE. Windows color (decimal): -3822212 or 8170949. OLE color: 8170949.
HSL color Cylindrical-coordinate representation of color #C5AD7C: hue angle of 40.27º 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 #C5AD7C is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 124 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.23 |
| HSL | 40.27º | 0.39% | 0.63% | - |
| HSV(B) | 40.27º | 0.37% | 0.77% | - |
| XYZ | 41.61 | 43.21 | 25.22 | - |
| YUV | 174.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 124 | 0 | 0.12 | 0.37 | 0.23 | 40.27 | 0.39 | 0.63 |
| Hex | C5 | AD | 7C | 0 | C | 25 | 17 | 28 | 27 | 3F |
| Octal | 305 | 255 | 174 | 0 | 14 | 45 | 27 | 50 | 47 | 77 |
| Binary | 11000101 | 10101101 | 1111100 | 0 | 1100 | 100101 | 10111 | 101000 | 100111 | 111111 |
Color Harmonies of #C5AD7C
Complementary color
Monochromatic Colors of #C5AD7C
Black with #C5AD7C
Text Example
Text Example
White with #C5AD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD7C; }
p { color: rgb(197,173,124); }
H1.HeaderClassName
{
color: #C5AD7C;
}
.AnyTagClassName
{
color: #C5AD7C;
}
</style>
background-color css
<style>
a { background-color: #C5AD7C; }
a { background-color: rgb(197,173,124); }
div.DivClassName
{
background-color: #C5AD7C;
}
.BgClassName
{
background-color: #C5AD7C;
}
</style>
border-color css
<style>
span { border-color: #C5AD7C; }
span { border-color: rgb(197,173,124); }
td.TdClassName
{
border-color: #C5AD7C;
}
.TagClassName
{
border-color: #C5AD7C;
}
</style>