Shades of Ecru #C0AD77
Tints of Ecru #C0AD77
RGB
CMYK
RGB Variations
Color information
#C0AD77 (or 0xC0AD77) is known color: Ecru. HEX triplet: C0, AD and 77. RGB value is (192,173,119). Sum of RGB (Red+Green+Blue) = 192+173+119=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD77 is #3F5288. Grayscale: #ACACAC. Windows color (decimal): -4149897 or 7843264. OLE color: 7843264.
HSL color Cylindrical-coordinate representation of color #C0AD77: hue angle of 44.38º 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 #C0AD77 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 119 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.25 |
| HSL | 44.38º | 0.37% | 0.61% | - |
| HSV(B) | 44.38º | 0.38% | 0.75% | - |
| XYZ | 40.01 | 42.43 | 23.53 | - |
| YUV | 172.53 | 97.79 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 119 | 0 | 0.10 | 0.38 | 0.25 | 44.38 | 0.37 | 0.61 |
| Hex | C0 | AD | 77 | 0 | A | 26 | 19 | 2C | 25 | 3D |
| Octal | 300 | 255 | 167 | 0 | 12 | 46 | 31 | 54 | 45 | 75 |
| Binary | 11000000 | 10101101 | 1110111 | 0 | 1010 | 100110 | 11001 | 101100 | 100101 | 111101 |
Color Harmonies of #C0AD77
Complementary color
Monochromatic Colors of #C0AD77
Black with #C0AD77
Text Example
Text Example
White with #C0AD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD77; }
p { color: rgb(192,173,119); }
H1.HeaderClassName
{
color: #C0AD77;
}
.AnyTagClassName
{
color: #C0AD77;
}
</style>
background-color css
<style>
a { background-color: #C0AD77; }
a { background-color: rgb(192,173,119); }
div.DivClassName
{
background-color: #C0AD77;
}
.BgClassName
{
background-color: #C0AD77;
}
</style>
border-color css
<style>
span { border-color: #C0AD77; }
span { border-color: rgb(192,173,119); }
td.TdClassName
{
border-color: #C0AD77;
}
.TagClassName
{
border-color: #C0AD77;
}
</style>