Shades of Ecru #C0AC74
Tints of Ecru #C0AC74
RGB
CMYK
RGB Variations
Color information
#C0AC74 (or 0xC0AC74) is known color: Ecru. HEX triplet: C0, AC and 74. RGB value is (192,172,116). Sum of RGB (Red+Green+Blue) = 192+172+116=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AC74 is #3F538B. Grayscale: #ABABAB. Windows color (decimal): -4150156 or 7646400. OLE color: 7646400.
HSL color Cylindrical-coordinate representation of color #C0AC74: hue angle of 44.21º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0AC74 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 116 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.25 |
| HSL | 44.21º | 0.38% | 0.6% | - |
| HSV(B) | 44.21º | 0.4% | 0.75% | - |
| XYZ | 39.64 | 41.97 | 22.54 | - |
| YUV | 171.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 116 | 0 | 0.10 | 0.40 | 0.25 | 44.21 | 0.38 | 0.6 |
| Hex | C0 | AC | 74 | 0 | A | 28 | 19 | 2C | 26 | 3C |
| Octal | 300 | 254 | 164 | 0 | 12 | 50 | 31 | 54 | 46 | 74 |
| Binary | 11000000 | 10101100 | 1110100 | 0 | 1010 | 101000 | 11001 | 101100 | 100110 | 111100 |
Color Harmonies of #C0AC74
Complementary color
Monochromatic Colors of #C0AC74
Black with #C0AC74
Text Example
Text Example
White with #C0AC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC74; }
p { color: rgb(192,172,116); }
H1.HeaderClassName
{
color: #C0AC74;
}
.AnyTagClassName
{
color: #C0AC74;
}
</style>
background-color css
<style>
a { background-color: #C0AC74; }
a { background-color: rgb(192,172,116); }
div.DivClassName
{
background-color: #C0AC74;
}
.BgClassName
{
background-color: #C0AC74;
}
</style>
border-color css
<style>
span { border-color: #C0AC74; }
span { border-color: rgb(192,172,116); }
td.TdClassName
{
border-color: #C0AC74;
}
.TagClassName
{
border-color: #C0AC74;
}
</style>