Shades of Ecru #C0AC75
Tints of Ecru #C0AC75
RGB
CMYK
RGB Variations
Color information
#C0AC75 (or 0xC0AC75) is known color: Ecru. HEX triplet: C0, AC and 75. RGB value is (192,172,117). Sum of RGB (Red+Green+Blue) = 192+172+117=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AC75 is #3F538A. Grayscale: #ABABAB. Windows color (decimal): -4150155 or 7711936. OLE color: 7711936.
HSL color Cylindrical-coordinate representation of color #C0AC75: hue angle of 44º 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 #C0AC75 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 117 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.25 |
| HSL | 44º | 0.37% | 0.61% | - |
| HSV(B) | 44º | 0.39% | 0.75% | - |
| XYZ | 39.7 | 42 | 22.84 | - |
| YUV | 171.71 | 97.13 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 117 | 0 | 0.10 | 0.39 | 0.25 | 44 | 0.37 | 0.61 |
| Hex | C0 | AC | 75 | 0 | A | 27 | 19 | 2C | 25 | 3D |
| Octal | 300 | 254 | 165 | 0 | 12 | 47 | 31 | 54 | 45 | 75 |
| Binary | 11000000 | 10101100 | 1110101 | 0 | 1010 | 100111 | 11001 | 101100 | 100101 | 111101 |
Color Harmonies of #C0AC75
Complementary color
Monochromatic Colors of #C0AC75
Black with #C0AC75
Text Example
Text Example
White with #C0AC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC75; }
p { color: rgb(192,172,117); }
H1.HeaderClassName
{
color: #C0AC75;
}
.AnyTagClassName
{
color: #C0AC75;
}
</style>
background-color css
<style>
a { background-color: #C0AC75; }
a { background-color: rgb(192,172,117); }
div.DivClassName
{
background-color: #C0AC75;
}
.BgClassName
{
background-color: #C0AC75;
}
</style>
border-color css
<style>
span { border-color: #C0AC75; }
span { border-color: rgb(192,172,117); }
td.TdClassName
{
border-color: #C0AC75;
}
.TagClassName
{
border-color: #C0AC75;
}
</style>