Shades of Ecru #C6AF7F
Tints of Ecru #C6AF7F
RGB
CMYK
RGB Variations
Color information
#C6AF7F (or 0xC6AF7F) is known color: Ecru. HEX triplet: C6, AF and 7F. RGB value is (198,175,127). Sum of RGB (Red+Green+Blue) = 198+175+127=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AF7F is #395080. Grayscale: #B0B0B0. Windows color (decimal): -3756161 or 8368070. OLE color: 8368070.
HSL color Cylindrical-coordinate representation of color #C6AF7F: hue angle of 40.56º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C6AF7F is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 127 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.22 |
| HSL | 40.56º | 0.38% | 0.64% | - |
| HSV(B) | 40.56º | 0.36% | 0.78% | - |
| XYZ | 42.45 | 44.2 | 26.37 | - |
| YUV | 176.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 127 | 0 | 0.12 | 0.36 | 0.22 | 40.56 | 0.38 | 0.64 |
| Hex | C6 | AF | 7F | 0 | C | 24 | 16 | 29 | 26 | 40 |
| Octal | 306 | 257 | 177 | 0 | 14 | 44 | 26 | 51 | 46 | 100 |
| Binary | 11000110 | 10101111 | 1111111 | 0 | 1100 | 100100 | 10110 | 101001 | 100110 | 1000000 |
Color Harmonies of #C6AF7F
Complementary color
Monochromatic Colors of #C6AF7F
Black with #C6AF7F
Text Example
Text Example
White with #C6AF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF7F; }
p { color: rgb(198,175,127); }
H1.HeaderClassName
{
color: #C6AF7F;
}
.AnyTagClassName
{
color: #C6AF7F;
}
</style>
background-color css
<style>
a { background-color: #C6AF7F; }
a { background-color: rgb(198,175,127); }
div.DivClassName
{
background-color: #C6AF7F;
}
.BgClassName
{
background-color: #C6AF7F;
}
</style>
border-color css
<style>
span { border-color: #C6AF7F; }
span { border-color: rgb(198,175,127); }
td.TdClassName
{
border-color: #C6AF7F;
}
.TagClassName
{
border-color: #C6AF7F;
}
</style>