Shades of Ecru #C4AD7A
Tints of Ecru #C4AD7A
RGB
CMYK
RGB Variations
Color information
#C4AD7A (or 0xC4AD7A) is known color: Ecru. HEX triplet: C4, AD and 7A. RGB value is (196,173,122). Sum of RGB (Red+Green+Blue) = 196+173+122=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AD7A is #3B5285. Grayscale: #AEAEAE. Windows color (decimal): -3887750 or 8039876. OLE color: 8039876.
HSL color Cylindrical-coordinate representation of color #C4AD7A: hue angle of 41.35º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4AD7A is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 122 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.23 |
| HSL | 41.35º | 0.39% | 0.62% | - |
| HSV(B) | 41.35º | 0.38% | 0.77% | - |
| XYZ | 41.22 | 43.03 | 24.55 | - |
| YUV | 174.06 | 98.62 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 122 | 0 | 0.12 | 0.38 | 0.23 | 41.35 | 0.39 | 0.62 |
| Hex | C4 | AD | 7A | 0 | C | 26 | 17 | 29 | 27 | 3E |
| Octal | 304 | 255 | 172 | 0 | 14 | 46 | 27 | 51 | 47 | 76 |
| Binary | 11000100 | 10101101 | 1111010 | 0 | 1100 | 100110 | 10111 | 101001 | 100111 | 111110 |
Color Harmonies of #C4AD7A
Complementary color
Monochromatic Colors of #C4AD7A
Black with #C4AD7A
Text Example
Text Example
White with #C4AD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD7A; }
p { color: rgb(196,173,122); }
H1.HeaderClassName
{
color: #C4AD7A;
}
.AnyTagClassName
{
color: #C4AD7A;
}
</style>
background-color css
<style>
a { background-color: #C4AD7A; }
a { background-color: rgb(196,173,122); }
div.DivClassName
{
background-color: #C4AD7A;
}
.BgClassName
{
background-color: #C4AD7A;
}
</style>
border-color css
<style>
span { border-color: #C4AD7A; }
span { border-color: rgb(196,173,122); }
td.TdClassName
{
border-color: #C4AD7A;
}
.TagClassName
{
border-color: #C4AD7A;
}
</style>