Shades of Ecru #C7AF86
Tints of Ecru #C7AF86
RGB
CMYK
RGB Variations
Color information
#C7AF86 (or 0xC7AF86) is known color: Ecru. HEX triplet: C7, AF and 86. RGB value is (199,175,134). Sum of RGB (Red+Green+Blue) = 199+175+134=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AF86 is #385079. Grayscale: #B1B1B1. Windows color (decimal): -3690618 or 8826823. OLE color: 8826823.
HSL color Cylindrical-coordinate representation of color #C7AF86: hue angle of 37.85º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7AF86 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 134 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.22 |
| HSL | 37.85º | 0.37% | 0.65% | - |
| HSV(B) | 37.85º | 0.33% | 0.78% | - |
| XYZ | 43.19 | 44.52 | 28.87 | - |
| YUV | 177.5 | 103.45 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 134 | 0 | 0.12 | 0.33 | 0.22 | 37.85 | 0.37 | 0.65 |
| Hex | C7 | AF | 86 | 0 | C | 21 | 16 | 26 | 25 | 41 |
| Octal | 307 | 257 | 206 | 0 | 14 | 41 | 26 | 46 | 45 | 101 |
| Binary | 11000111 | 10101111 | 10000110 | 0 | 1100 | 100001 | 10110 | 100110 | 100101 | 1000001 |
Color Harmonies of #C7AF86
Complementary color
Monochromatic Colors of #C7AF86
Black with #C7AF86
Text Example
Text Example
White with #C7AF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AF86; }
p { color: rgb(199,175,134); }
H1.HeaderClassName
{
color: #C7AF86;
}
.AnyTagClassName
{
color: #C7AF86;
}
</style>
background-color css
<style>
a { background-color: #C7AF86; }
a { background-color: rgb(199,175,134); }
div.DivClassName
{
background-color: #C7AF86;
}
.BgClassName
{
background-color: #C7AF86;
}
</style>
border-color css
<style>
span { border-color: #C7AF86; }
span { border-color: rgb(199,175,134); }
td.TdClassName
{
border-color: #C7AF86;
}
.TagClassName
{
border-color: #C7AF86;
}
</style>