Shades of Ecru #C8AC7E
Tints of Ecru #C8AC7E
RGB
CMYK
RGB Variations
Color information
#C8AC7E (or 0xC8AC7E) is known color: Ecru. HEX triplet: C8, AC and 7E. RGB value is (200,172,126). Sum of RGB (Red+Green+Blue) = 200+172+126=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC7E is #375381. Grayscale: #AFAFAF. Windows color (decimal): -3625858 or 8301768. OLE color: 8301768.
HSL color Cylindrical-coordinate representation of color #C8AC7E: hue angle of 37.3º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8AC7E is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 126 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.22 |
| HSL | 37.3º | 0.4% | 0.64% | - |
| HSV(B) | 37.3º | 0.37% | 0.78% | - |
| XYZ | 42.34 | 43.29 | 25.86 | - |
| YUV | 175.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 126 | 0 | 0.14 | 0.37 | 0.22 | 37.3 | 0.4 | 0.64 |
| Hex | C8 | AC | 7E | 0 | E | 25 | 16 | 25 | 28 | 40 |
| Octal | 310 | 254 | 176 | 0 | 16 | 45 | 26 | 45 | 50 | 100 |
| Binary | 11001000 | 10101100 | 1111110 | 0 | 1110 | 100101 | 10110 | 100101 | 101000 | 1000000 |
Color Harmonies of #C8AC7E
Complementary color
Monochromatic Colors of #C8AC7E
Black with #C8AC7E
Text Example
Text Example
White with #C8AC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AC7E; }
p { color: rgb(200,172,126); }
H1.HeaderClassName
{
color: #C8AC7E;
}
.AnyTagClassName
{
color: #C8AC7E;
}
</style>
background-color css
<style>
a { background-color: #C8AC7E; }
a { background-color: rgb(200,172,126); }
div.DivClassName
{
background-color: #C8AC7E;
}
.BgClassName
{
background-color: #C8AC7E;
}
</style>
border-color css
<style>
span { border-color: #C8AC7E; }
span { border-color: rgb(200,172,126); }
td.TdClassName
{
border-color: #C8AC7E;
}
.TagClassName
{
border-color: #C8AC7E;
}
</style>