Shades of Ecru #C5AD79
Tints of Ecru #C5AD79
RGB
CMYK
RGB Variations
Color information
#C5AD79 (or 0xC5AD79) is known color: Ecru. HEX triplet: C5, AD and 79. RGB value is (197,173,121). Sum of RGB (Red+Green+Blue) = 197+173+121=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AD79 is #3A5286. Grayscale: #AEAEAE. Windows color (decimal): -3822215 or 7974341. OLE color: 7974341.
HSL color Cylindrical-coordinate representation of color #C5AD79: hue angle of 41.05º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5AD79 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 121 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.23 |
| HSL | 41.05º | 0.4% | 0.62% | - |
| HSV(B) | 41.05º | 0.39% | 0.77% | - |
| XYZ | 41.42 | 43.14 | 24.23 | - |
| YUV | 174.25 | 97.95 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 121 | 0 | 0.12 | 0.39 | 0.23 | 41.05 | 0.4 | 0.62 |
| Hex | C5 | AD | 79 | 0 | C | 27 | 17 | 29 | 28 | 3E |
| Octal | 305 | 255 | 171 | 0 | 14 | 47 | 27 | 51 | 50 | 76 |
| Binary | 11000101 | 10101101 | 1111001 | 0 | 1100 | 100111 | 10111 | 101001 | 101000 | 111110 |
Color Harmonies of #C5AD79
Complementary color
Monochromatic Colors of #C5AD79
Black with #C5AD79
Text Example
Text Example
White with #C5AD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD79; }
p { color: rgb(197,173,121); }
H1.HeaderClassName
{
color: #C5AD79;
}
.AnyTagClassName
{
color: #C5AD79;
}
</style>
background-color css
<style>
a { background-color: #C5AD79; }
a { background-color: rgb(197,173,121); }
div.DivClassName
{
background-color: #C5AD79;
}
.BgClassName
{
background-color: #C5AD79;
}
</style>
border-color css
<style>
span { border-color: #C5AD79; }
span { border-color: rgb(197,173,121); }
td.TdClassName
{
border-color: #C5AD79;
}
.TagClassName
{
border-color: #C5AD79;
}
</style>