Shades of Ecru #C5AC7F
Tints of Ecru #C5AC7F
RGB
CMYK
RGB Variations
Color information
#C5AC7F (or 0xC5AC7F) is known color: Ecru. HEX triplet: C5, AC and 7F. RGB value is (197,172,127). Sum of RGB (Red+Green+Blue) = 197+172+127=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AC7F is #3A5380. Grayscale: #AEAEAE. Windows color (decimal): -3822465 or 8367301. OLE color: 8367301.
HSL color Cylindrical-coordinate representation of color #C5AC7F: hue angle of 38.57º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5AC7F is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 127 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.23 |
| HSL | 38.57º | 0.38% | 0.64% | - |
| HSV(B) | 38.57º | 0.36% | 0.77% | - |
| XYZ | 41.61 | 42.91 | 26.17 | - |
| YUV | 174.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 127 | 0 | 0.13 | 0.36 | 0.23 | 38.57 | 0.38 | 0.64 |
| Hex | C5 | AC | 7F | 0 | D | 24 | 17 | 27 | 26 | 40 |
| Octal | 305 | 254 | 177 | 0 | 15 | 44 | 27 | 47 | 46 | 100 |
| Binary | 11000101 | 10101100 | 1111111 | 0 | 1101 | 100100 | 10111 | 100111 | 100110 | 1000000 |
Color Harmonies of #C5AC7F
Complementary color
Monochromatic Colors of #C5AC7F
Black with #C5AC7F
Text Example
Text Example
White with #C5AC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC7F; }
p { color: rgb(197,172,127); }
H1.HeaderClassName
{
color: #C5AC7F;
}
.AnyTagClassName
{
color: #C5AC7F;
}
</style>
background-color css
<style>
a { background-color: #C5AC7F; }
a { background-color: rgb(197,172,127); }
div.DivClassName
{
background-color: #C5AC7F;
}
.BgClassName
{
background-color: #C5AC7F;
}
</style>
border-color css
<style>
span { border-color: #C5AC7F; }
span { border-color: rgb(197,172,127); }
td.TdClassName
{
border-color: #C5AC7F;
}
.TagClassName
{
border-color: #C5AC7F;
}
</style>