Shades of Ecru #C0AE76
Tints of Ecru #C0AE76
RGB
CMYK
RGB Variations
Color information
#C0AE76 (or 0xC0AE76) is known color: Ecru. HEX triplet: C0, AE and 76. RGB value is (192,174,118). Sum of RGB (Red+Green+Blue) = 192+174+118=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AE76 is #3F5189. Grayscale: #ADADAD. Windows color (decimal): -4149642 or 7777984. OLE color: 7777984.
HSL color Cylindrical-coordinate representation of color #C0AE76: hue angle of 45.41º 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 #C0AE76 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 118 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.25 |
| HSL | 45.41º | 0.37% | 0.61% | - |
| HSV(B) | 45.41º | 0.39% | 0.75% | - |
| XYZ | 40.14 | 42.79 | 23.28 | - |
| YUV | 173 | 96.96 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 118 | 0 | 0.09 | 0.39 | 0.25 | 45.41 | 0.37 | 0.61 |
| Hex | C0 | AE | 76 | 0 | 9 | 27 | 19 | 2D | 25 | 3D |
| Octal | 300 | 256 | 166 | 0 | 11 | 47 | 31 | 55 | 45 | 75 |
| Binary | 11000000 | 10101110 | 1110110 | 0 | 1001 | 100111 | 11001 | 101101 | 100101 | 111101 |
Color Harmonies of #C0AE76
Complementary color
Monochromatic Colors of #C0AE76
Black with #C0AE76
Text Example
Text Example
White with #C0AE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AE76; }
p { color: rgb(192,174,118); }
H1.HeaderClassName
{
color: #C0AE76;
}
.AnyTagClassName
{
color: #C0AE76;
}
</style>
background-color css
<style>
a { background-color: #C0AE76; }
a { background-color: rgb(192,174,118); }
div.DivClassName
{
background-color: #C0AE76;
}
.BgClassName
{
background-color: #C0AE76;
}
</style>
border-color css
<style>
span { border-color: #C0AE76; }
span { border-color: rgb(192,174,118); }
td.TdClassName
{
border-color: #C0AE76;
}
.TagClassName
{
border-color: #C0AE76;
}
</style>