Shades of Ecru #C0AF71
Tints of Ecru #C0AF71
RGB
CMYK
RGB Variations
Color information
#C0AF71 (or 0xC0AF71) is known color: Ecru. HEX triplet: C0, AF and 71. RGB value is (192,175,113). Sum of RGB (Red+Green+Blue) = 192+175+113=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF71 is #3F508E. Grayscale: #ADADAD. Windows color (decimal): -4149391 or 7450560. OLE color: 7450560.
HSL color Cylindrical-coordinate representation of color #C0AF71: hue angle of 47.09º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0AF71 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 113 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.25 |
| HSL | 47.09º | 0.39% | 0.6% | - |
| HSV(B) | 47.09º | 0.41% | 0.75% | - |
| XYZ | 40.05 | 43.06 | 21.82 | - |
| YUV | 173.02 | 94.13 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 113 | 0 | 0.09 | 0.41 | 0.25 | 47.09 | 0.39 | 0.6 |
| Hex | C0 | AF | 71 | 0 | 9 | 29 | 19 | 2F | 27 | 3C |
| Octal | 300 | 257 | 161 | 0 | 11 | 51 | 31 | 57 | 47 | 74 |
| Binary | 11000000 | 10101111 | 1110001 | 0 | 1001 | 101001 | 11001 | 101111 | 100111 | 111100 |
Color Harmonies of #C0AF71
Complementary color
Monochromatic Colors of #C0AF71
Black with #C0AF71
Text Example
Text Example
White with #C0AF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF71; }
p { color: rgb(192,175,113); }
H1.HeaderClassName
{
color: #C0AF71;
}
.AnyTagClassName
{
color: #C0AF71;
}
</style>
background-color css
<style>
a { background-color: #C0AF71; }
a { background-color: rgb(192,175,113); }
div.DivClassName
{
background-color: #C0AF71;
}
.BgClassName
{
background-color: #C0AF71;
}
</style>
border-color css
<style>
span { border-color: #C0AF71; }
span { border-color: rgb(192,175,113); }
td.TdClassName
{
border-color: #C0AF71;
}
.TagClassName
{
border-color: #C0AF71;
}
</style>