Shades of Ecru #C9AD7F
Tints of Ecru #C9AD7F
RGB
CMYK
RGB Variations
Color information
#C9AD7F (or 0xC9AD7F) is known color: Ecru. HEX triplet: C9, AD and 7F. RGB value is (201,173,127). Sum of RGB (Red+Green+Blue) = 201+173+127=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD7F is #365280. Grayscale: #B0B0B0. Windows color (decimal): -3560065 or 8367561. OLE color: 8367561.
HSL color Cylindrical-coordinate representation of color #C9AD7F: hue angle of 37.3º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C9AD7F is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 127 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.21 |
| HSL | 37.3º | 0.41% | 0.64% | - |
| HSV(B) | 37.3º | 0.37% | 0.79% | - |
| XYZ | 42.86 | 43.84 | 26.28 | - |
| YUV | 176.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 127 | 0 | 0.14 | 0.37 | 0.21 | 37.3 | 0.41 | 0.64 |
| Hex | C9 | AD | 7F | 0 | E | 25 | 15 | 25 | 29 | 40 |
| Octal | 311 | 255 | 177 | 0 | 16 | 45 | 25 | 45 | 51 | 100 |
| Binary | 11001001 | 10101101 | 1111111 | 0 | 1110 | 100101 | 10101 | 100101 | 101001 | 1000000 |
Color Harmonies of #C9AD7F
Complementary color
Monochromatic Colors of #C9AD7F
Black with #C9AD7F
Text Example
Text Example
White with #C9AD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD7F; }
p { color: rgb(201,173,127); }
H1.HeaderClassName
{
color: #C9AD7F;
}
.AnyTagClassName
{
color: #C9AD7F;
}
</style>
background-color css
<style>
a { background-color: #C9AD7F; }
a { background-color: rgb(201,173,127); }
div.DivClassName
{
background-color: #C9AD7F;
}
.BgClassName
{
background-color: #C9AD7F;
}
</style>
border-color css
<style>
span { border-color: #C9AD7F; }
span { border-color: rgb(201,173,127); }
td.TdClassName
{
border-color: #C9AD7F;
}
.TagClassName
{
border-color: #C9AD7F;
}
</style>