Shades of Ecru #C2AF73
Tints of Ecru #C2AF73
RGB
CMYK
RGB Variations
Color information
#C2AF73 (or 0xC2AF73) is known color: Ecru. HEX triplet: C2, AF and 73. RGB value is (194,175,115). Sum of RGB (Red+Green+Blue) = 194+175+115=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF73 is #3D508C. Grayscale: #AEAEAE. Windows color (decimal): -4018317 or 7581634. OLE color: 7581634.
HSL color Cylindrical-coordinate representation of color #C2AF73: hue angle of 45.57º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2AF73 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 115 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.24 |
| HSL | 45.57º | 0.39% | 0.61% | - |
| HSV(B) | 45.57º | 0.41% | 0.76% | - |
| XYZ | 40.67 | 43.37 | 22.45 | - |
| YUV | 173.84 | 94.79 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 115 | 0 | 0.10 | 0.41 | 0.24 | 45.57 | 0.39 | 0.61 |
| Hex | C2 | AF | 73 | 0 | A | 29 | 18 | 2E | 27 | 3D |
| Octal | 302 | 257 | 163 | 0 | 12 | 51 | 30 | 56 | 47 | 75 |
| Binary | 11000010 | 10101111 | 1110011 | 0 | 1010 | 101001 | 11000 | 101110 | 100111 | 111101 |
Color Harmonies of #C2AF73
Complementary color
Monochromatic Colors of #C2AF73
Black with #C2AF73
Text Example
Text Example
White with #C2AF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF73; }
p { color: rgb(194,175,115); }
H1.HeaderClassName
{
color: #C2AF73;
}
.AnyTagClassName
{
color: #C2AF73;
}
</style>
background-color css
<style>
a { background-color: #C2AF73; }
a { background-color: rgb(194,175,115); }
div.DivClassName
{
background-color: #C2AF73;
}
.BgClassName
{
background-color: #C2AF73;
}
</style>
border-color css
<style>
span { border-color: #C2AF73; }
span { border-color: rgb(194,175,115); }
td.TdClassName
{
border-color: #C2AF73;
}
.TagClassName
{
border-color: #C2AF73;
}
</style>