Shades of Ecru #C0AD76
Tints of Ecru #C0AD76
RGB
CMYK
RGB Variations
Color information
#C0AD76 (or 0xC0AD76) is known color: Ecru. HEX triplet: C0, AD and 76. RGB value is (192,173,118). Sum of RGB (Red+Green+Blue) = 192+173+118=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD76 is #3F5289. Grayscale: #ACACAC. Windows color (decimal): -4149898 or 7777728. OLE color: 7777728.
HSL color Cylindrical-coordinate representation of color #C0AD76: hue angle of 44.59º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0AD76 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 118 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.25 |
| HSL | 44.59º | 0.37% | 0.61% | - |
| HSV(B) | 44.59º | 0.39% | 0.75% | - |
| XYZ | 39.95 | 42.4 | 23.22 | - |
| YUV | 172.41 | 97.29 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 118 | 0 | 0.10 | 0.39 | 0.25 | 44.59 | 0.37 | 0.61 |
| Hex | C0 | AD | 76 | 0 | A | 27 | 19 | 2D | 25 | 3D |
| Octal | 300 | 255 | 166 | 0 | 12 | 47 | 31 | 55 | 45 | 75 |
| Binary | 11000000 | 10101101 | 1110110 | 0 | 1010 | 100111 | 11001 | 101101 | 100101 | 111101 |
Color Harmonies of #C0AD76
Complementary color
Monochromatic Colors of #C0AD76
Black with #C0AD76
Text Example
Text Example
White with #C0AD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD76; }
p { color: rgb(192,173,118); }
H1.HeaderClassName
{
color: #C0AD76;
}
.AnyTagClassName
{
color: #C0AD76;
}
</style>
background-color css
<style>
a { background-color: #C0AD76; }
a { background-color: rgb(192,173,118); }
div.DivClassName
{
background-color: #C0AD76;
}
.BgClassName
{
background-color: #C0AD76;
}
</style>
border-color css
<style>
span { border-color: #C0AD76; }
span { border-color: rgb(192,173,118); }
td.TdClassName
{
border-color: #C0AD76;
}
.TagClassName
{
border-color: #C0AD76;
}
</style>