Shades of Ecru #C0AF75
Tints of Ecru #C0AF75
RGB
CMYK
RGB Variations
Color information
#C0AF75 (or 0xC0AF75) is known color: Ecru. HEX triplet: C0, AF and 75. RGB value is (192,175,117). Sum of RGB (Red+Green+Blue) = 192+175+117=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF75 is #3F508A. Grayscale: #ADADAD. Windows color (decimal): -4149387 or 7712704. OLE color: 7712704.
HSL color Cylindrical-coordinate representation of color #C0AF75: hue angle of 46.4º 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 #C0AF75 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 117 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.25 |
| HSL | 46.4º | 0.37% | 0.61% | - |
| HSV(B) | 46.4º | 0.39% | 0.75% | - |
| XYZ | 40.28 | 43.15 | 23.04 | - |
| YUV | 173.47 | 96.13 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 117 | 0 | 0.09 | 0.39 | 0.25 | 46.4 | 0.37 | 0.61 |
| Hex | C0 | AF | 75 | 0 | 9 | 27 | 19 | 2E | 25 | 3D |
| Octal | 300 | 257 | 165 | 0 | 11 | 47 | 31 | 56 | 45 | 75 |
| Binary | 11000000 | 10101111 | 1110101 | 0 | 1001 | 100111 | 11001 | 101110 | 100101 | 111101 |
Color Harmonies of #C0AF75
Complementary color
Monochromatic Colors of #C0AF75
Black with #C0AF75
Text Example
Text Example
White with #C0AF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF75; }
p { color: rgb(192,175,117); }
H1.HeaderClassName
{
color: #C0AF75;
}
.AnyTagClassName
{
color: #C0AF75;
}
</style>
background-color css
<style>
a { background-color: #C0AF75; }
a { background-color: rgb(192,175,117); }
div.DivClassName
{
background-color: #C0AF75;
}
.BgClassName
{
background-color: #C0AF75;
}
</style>
border-color css
<style>
span { border-color: #C0AF75; }
span { border-color: rgb(192,175,117); }
td.TdClassName
{
border-color: #C0AF75;
}
.TagClassName
{
border-color: #C0AF75;
}
</style>