Shades of Ecru #C6AA7D
Tints of Ecru #C6AA7D
RGB
CMYK
RGB Variations
Color information
#C6AA7D (or 0xC6AA7D) is known color: Ecru. HEX triplet: C6, AA and 7D. RGB value is (198,170,125). Sum of RGB (Red+Green+Blue) = 198+170+125=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AA7D is #395582. Grayscale: #ADADAD. Windows color (decimal): -3757443 or 8235718. OLE color: 8235718.
HSL color Cylindrical-coordinate representation of color #C6AA7D: hue angle of 36.99º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6AA7D is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 170 | 125 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.22 |
| HSL | 36.99º | 0.39% | 0.63% | - |
| HSV(B) | 36.99º | 0.37% | 0.78% | - |
| XYZ | 41.37 | 42.24 | 25.37 | - |
| YUV | 173.24 | 100.78 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 125 | 0 | 0.14 | 0.37 | 0.22 | 36.99 | 0.39 | 0.63 |
| Hex | C6 | AA | 7D | 0 | E | 25 | 16 | 25 | 27 | 3F |
| Octal | 306 | 252 | 175 | 0 | 16 | 45 | 26 | 45 | 47 | 77 |
| Binary | 11000110 | 10101010 | 1111101 | 0 | 1110 | 100101 | 10110 | 100101 | 100111 | 111111 |
Color Harmonies of #C6AA7D
Complementary color
Monochromatic Colors of #C6AA7D
Black with #C6AA7D
Text Example
Text Example
White with #C6AA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AA7D; }
p { color: rgb(198,170,125); }
H1.HeaderClassName
{
color: #C6AA7D;
}
.AnyTagClassName
{
color: #C6AA7D;
}
</style>
background-color css
<style>
a { background-color: #C6AA7D; }
a { background-color: rgb(198,170,125); }
div.DivClassName
{
background-color: #C6AA7D;
}
.BgClassName
{
background-color: #C6AA7D;
}
</style>
border-color css
<style>
span { border-color: #C6AA7D; }
span { border-color: rgb(198,170,125); }
td.TdClassName
{
border-color: #C6AA7D;
}
.TagClassName
{
border-color: #C6AA7D;
}
</style>