Shades of Ecru #C5AD7A
Tints of Ecru #C5AD7A
RGB
CMYK
RGB Variations
Color information
#C5AD7A (or 0xC5AD7A) is known color: Ecru. HEX triplet: C5, AD and 7A. RGB value is (197,173,122). Sum of RGB (Red+Green+Blue) = 197+173+122=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AD7A is #3A5285. Grayscale: #AEAEAE. Windows color (decimal): -3822214 or 8039877. OLE color: 8039877.
HSL color Cylindrical-coordinate representation of color #C5AD7A: hue angle of 40.8º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5AD7A is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 122 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.23 |
| HSL | 40.8º | 0.39% | 0.63% | - |
| HSV(B) | 40.8º | 0.38% | 0.77% | - |
| XYZ | 41.48 | 43.16 | 24.56 | - |
| YUV | 174.36 | 98.45 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 122 | 0 | 0.12 | 0.38 | 0.23 | 40.8 | 0.39 | 0.63 |
| Hex | C5 | AD | 7A | 0 | C | 26 | 17 | 29 | 27 | 3F |
| Octal | 305 | 255 | 172 | 0 | 14 | 46 | 27 | 51 | 47 | 77 |
| Binary | 11000101 | 10101101 | 1111010 | 0 | 1100 | 100110 | 10111 | 101001 | 100111 | 111111 |
Color Harmonies of #C5AD7A
Complementary color
Monochromatic Colors of #C5AD7A
Black with #C5AD7A
Text Example
Text Example
White with #C5AD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD7A; }
p { color: rgb(197,173,122); }
H1.HeaderClassName
{
color: #C5AD7A;
}
.AnyTagClassName
{
color: #C5AD7A;
}
</style>
background-color css
<style>
a { background-color: #C5AD7A; }
a { background-color: rgb(197,173,122); }
div.DivClassName
{
background-color: #C5AD7A;
}
.BgClassName
{
background-color: #C5AD7A;
}
</style>
border-color css
<style>
span { border-color: #C5AD7A; }
span { border-color: rgb(197,173,122); }
td.TdClassName
{
border-color: #C5AD7A;
}
.TagClassName
{
border-color: #C5AD7A;
}
</style>