Shades of Ecru #C3AD7E
Tints of Ecru #C3AD7E
RGB
CMYK
RGB Variations
Color information
#C3AD7E (or 0xC3AD7E) is known color: Ecru. HEX triplet: C3, AD and 7E. RGB value is (195,173,126). Sum of RGB (Red+Green+Blue) = 195+173+126=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD7E is #3C5281. Grayscale: #AEAEAE. Windows color (decimal): -3953282 or 8302019. OLE color: 8302019.
HSL color Cylindrical-coordinate representation of color #C3AD7E: hue angle of 40.87º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C3AD7E is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 126 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.24 |
| HSL | 40.87º | 0.37% | 0.63% | - |
| HSV(B) | 40.87º | 0.35% | 0.76% | - |
| XYZ | 41.22 | 43 | 25.87 | - |
| YUV | 174.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 126 | 0 | 0.11 | 0.35 | 0.24 | 40.87 | 0.37 | 0.63 |
| Hex | C3 | AD | 7E | 0 | B | 23 | 18 | 29 | 25 | 3F |
| Octal | 303 | 255 | 176 | 0 | 13 | 43 | 30 | 51 | 45 | 77 |
| Binary | 11000011 | 10101101 | 1111110 | 0 | 1011 | 100011 | 11000 | 101001 | 100101 | 111111 |
Color Harmonies of #C3AD7E
Complementary color
Monochromatic Colors of #C3AD7E
Black with #C3AD7E
Text Example
Text Example
White with #C3AD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AD7E; }
p { color: rgb(195,173,126); }
H1.HeaderClassName
{
color: #C3AD7E;
}
.AnyTagClassName
{
color: #C3AD7E;
}
</style>
background-color css
<style>
a { background-color: #C3AD7E; }
a { background-color: rgb(195,173,126); }
div.DivClassName
{
background-color: #C3AD7E;
}
.BgClassName
{
background-color: #C3AD7E;
}
</style>
border-color css
<style>
span { border-color: #C3AD7E; }
span { border-color: rgb(195,173,126); }
td.TdClassName
{
border-color: #C3AD7E;
}
.TagClassName
{
border-color: #C3AD7E;
}
</style>