Shades of Ecru #C8AE7F
Tints of Ecru #C8AE7F
RGB
CMYK
RGB Variations
Color information
#C8AE7F (or 0xC8AE7F) is known color: Ecru. HEX triplet: C8, AE and 7F. RGB value is (200,174,127). Sum of RGB (Red+Green+Blue) = 200+174+127=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE7F is #375180. Grayscale: #B0B0B0. Windows color (decimal): -3625345 or 8367816. OLE color: 8367816.
HSL color Cylindrical-coordinate representation of color #C8AE7F: hue angle of 38.63º 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 #C8AE7F is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 174 | 127 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.22 |
| HSL | 38.63º | 0.4% | 0.64% | - |
| HSV(B) | 38.63º | 0.37% | 0.78% | - |
| XYZ | 42.79 | 44.08 | 26.33 | - |
| YUV | 176.42 | 100.11 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 127 | 0 | 0.13 | 0.36 | 0.22 | 38.63 | 0.4 | 0.64 |
| Hex | C8 | AE | 7F | 0 | D | 24 | 16 | 27 | 28 | 40 |
| Octal | 310 | 256 | 177 | 0 | 15 | 44 | 26 | 47 | 50 | 100 |
| Binary | 11001000 | 10101110 | 1111111 | 0 | 1101 | 100100 | 10110 | 100111 | 101000 | 1000000 |
Color Harmonies of #C8AE7F
Complementary color
Monochromatic Colors of #C8AE7F
Black with #C8AE7F
Text Example
Text Example
White with #C8AE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AE7F; }
p { color: rgb(200,174,127); }
H1.HeaderClassName
{
color: #C8AE7F;
}
.AnyTagClassName
{
color: #C8AE7F;
}
</style>
background-color css
<style>
a { background-color: #C8AE7F; }
a { background-color: rgb(200,174,127); }
div.DivClassName
{
background-color: #C8AE7F;
}
.BgClassName
{
background-color: #C8AE7F;
}
</style>
border-color css
<style>
span { border-color: #C8AE7F; }
span { border-color: rgb(200,174,127); }
td.TdClassName
{
border-color: #C8AE7F;
}
.TagClassName
{
border-color: #C8AE7F;
}
</style>