Shades of Ecru #C0AF77
Tints of Ecru #C0AF77
RGB
CMYK
RGB Variations
Color information
#C0AF77 (or 0xC0AF77) is known color: Ecru. HEX triplet: C0, AF and 77. RGB value is (192,175,119). Sum of RGB (Red+Green+Blue) = 192+175+119=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF77 is #3F5088. Grayscale: #ADADAD. Windows color (decimal): -4149385 or 7843776. OLE color: 7843776.
HSL color Cylindrical-coordinate representation of color #C0AF77: hue angle of 46.03º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0AF77 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 119 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.25 |
| HSL | 46.03º | 0.37% | 0.61% | - |
| HSV(B) | 46.03º | 0.38% | 0.75% | - |
| XYZ | 40.4 | 43.2 | 23.66 | - |
| YUV | 173.7 | 97.13 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 119 | 0 | 0.09 | 0.38 | 0.25 | 46.03 | 0.37 | 0.61 |
| Hex | C0 | AF | 77 | 0 | 9 | 26 | 19 | 2E | 25 | 3D |
| Octal | 300 | 257 | 167 | 0 | 11 | 46 | 31 | 56 | 45 | 75 |
| Binary | 11000000 | 10101111 | 1110111 | 0 | 1001 | 100110 | 11001 | 101110 | 100101 | 111101 |
Color Harmonies of #C0AF77
Complementary color
Monochromatic Colors of #C0AF77
Black with #C0AF77
Text Example
Text Example
White with #C0AF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF77; }
p { color: rgb(192,175,119); }
H1.HeaderClassName
{
color: #C0AF77;
}
.AnyTagClassName
{
color: #C0AF77;
}
</style>
background-color css
<style>
a { background-color: #C0AF77; }
a { background-color: rgb(192,175,119); }
div.DivClassName
{
background-color: #C0AF77;
}
.BgClassName
{
background-color: #C0AF77;
}
</style>
border-color css
<style>
span { border-color: #C0AF77; }
span { border-color: rgb(192,175,119); }
td.TdClassName
{
border-color: #C0AF77;
}
.TagClassName
{
border-color: #C0AF77;
}
</style>