Shades of Ecru #C0AF7E
Tints of Ecru #C0AF7E
RGB
CMYK
RGB Variations
Color information
#C0AF7E (or 0xC0AF7E) is known color: Ecru. HEX triplet: C0, AF and 7E. RGB value is (192,175,126). Sum of RGB (Red+Green+Blue) = 192+175+126=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF7E is #3F5081. Grayscale: #AEAEAE. Windows color (decimal): -4149378 or 8302528. OLE color: 8302528.
HSL color Cylindrical-coordinate representation of color #C0AF7E: hue angle of 44.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0AF7E is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 126 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.25 |
| HSL | 44.55º | 0.34% | 0.62% | - |
| HSV(B) | 44.55º | 0.34% | 0.75% | - |
| XYZ | 40.83 | 43.37 | 25.96 | - |
| YUV | 174.5 | 100.63 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 126 | 0 | 0.09 | 0.34 | 0.25 | 44.55 | 0.34 | 0.62 |
| Hex | C0 | AF | 7E | 0 | 9 | 22 | 19 | 2D | 22 | 3E |
| Octal | 300 | 257 | 176 | 0 | 11 | 42 | 31 | 55 | 42 | 76 |
| Binary | 11000000 | 10101111 | 1111110 | 0 | 1001 | 100010 | 11001 | 101101 | 100010 | 111110 |
Color Harmonies of #C0AF7E
Complementary color
Monochromatic Colors of #C0AF7E
Black with #C0AF7E
Text Example
Text Example
White with #C0AF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF7E; }
p { color: rgb(192,175,126); }
H1.HeaderClassName
{
color: #C0AF7E;
}
.AnyTagClassName
{
color: #C0AF7E;
}
</style>
background-color css
<style>
a { background-color: #C0AF7E; }
a { background-color: rgb(192,175,126); }
div.DivClassName
{
background-color: #C0AF7E;
}
.BgClassName
{
background-color: #C0AF7E;
}
</style>
border-color css
<style>
span { border-color: #C0AF7E; }
span { border-color: rgb(192,175,126); }
td.TdClassName
{
border-color: #C0AF7E;
}
.TagClassName
{
border-color: #C0AF7E;
}
</style>