Shades of Ecru #C5AF7F
Tints of Ecru #C5AF7F
RGB
CMYK
RGB Variations
Color information
#C5AF7F (or 0xC5AF7F) is known color: Ecru. HEX triplet: C5, AF and 7F. RGB value is (197,175,127). Sum of RGB (Red+Green+Blue) = 197+175+127=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF7F is #3A5080. Grayscale: #B0B0B0. Windows color (decimal): -3821697 or 8368069. OLE color: 8368069.
HSL color Cylindrical-coordinate representation of color #C5AF7F: hue angle of 41.14º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5AF7F is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 127 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.23 |
| HSL | 41.14º | 0.38% | 0.64% | - |
| HSV(B) | 41.14º | 0.36% | 0.77% | - |
| XYZ | 42.19 | 44.06 | 26.36 | - |
| YUV | 176.11 | 100.29 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 127 | 0 | 0.11 | 0.36 | 0.23 | 41.14 | 0.38 | 0.64 |
| Hex | C5 | AF | 7F | 0 | B | 24 | 17 | 29 | 26 | 40 |
| Octal | 305 | 257 | 177 | 0 | 13 | 44 | 27 | 51 | 46 | 100 |
| Binary | 11000101 | 10101111 | 1111111 | 0 | 1011 | 100100 | 10111 | 101001 | 100110 | 1000000 |
Color Harmonies of #C5AF7F
Complementary color
Monochromatic Colors of #C5AF7F
Black with #C5AF7F
Text Example
Text Example
White with #C5AF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF7F; }
p { color: rgb(197,175,127); }
H1.HeaderClassName
{
color: #C5AF7F;
}
.AnyTagClassName
{
color: #C5AF7F;
}
</style>
background-color css
<style>
a { background-color: #C5AF7F; }
a { background-color: rgb(197,175,127); }
div.DivClassName
{
background-color: #C5AF7F;
}
.BgClassName
{
background-color: #C5AF7F;
}
</style>
border-color css
<style>
span { border-color: #C5AF7F; }
span { border-color: rgb(197,175,127); }
td.TdClassName
{
border-color: #C5AF7F;
}
.TagClassName
{
border-color: #C5AF7F;
}
</style>