Shades of Ecru #C2AF74
Tints of Ecru #C2AF74
RGB
CMYK
RGB Variations
Color information
#C2AF74 (or 0xC2AF74) is known color: Ecru. HEX triplet: C2, AF and 74. RGB value is (194,175,116). Sum of RGB (Red+Green+Blue) = 194+175+116=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF74 is #3D508B. Grayscale: #AEAEAE. Windows color (decimal): -4018316 or 7647170. OLE color: 7647170.
HSL color Cylindrical-coordinate representation of color #C2AF74: hue angle of 45.38º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2AF74 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 116 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.24 |
| HSL | 45.38º | 0.39% | 0.61% | - |
| HSV(B) | 45.38º | 0.4% | 0.76% | - |
| XYZ | 40.73 | 43.39 | 22.75 | - |
| YUV | 173.96 | 95.29 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 116 | 0 | 0.10 | 0.40 | 0.24 | 45.38 | 0.39 | 0.61 |
| Hex | C2 | AF | 74 | 0 | A | 28 | 18 | 2D | 27 | 3D |
| Octal | 302 | 257 | 164 | 0 | 12 | 50 | 30 | 55 | 47 | 75 |
| Binary | 11000010 | 10101111 | 1110100 | 0 | 1010 | 101000 | 11000 | 101101 | 100111 | 111101 |
Color Harmonies of #C2AF74
Complementary color
Monochromatic Colors of #C2AF74
Black with #C2AF74
Text Example
Text Example
White with #C2AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF74; }
p { color: rgb(194,175,116); }
H1.HeaderClassName
{
color: #C2AF74;
}
.AnyTagClassName
{
color: #C2AF74;
}
</style>
background-color css
<style>
a { background-color: #C2AF74; }
a { background-color: rgb(194,175,116); }
div.DivClassName
{
background-color: #C2AF74;
}
.BgClassName
{
background-color: #C2AF74;
}
</style>
border-color css
<style>
span { border-color: #C2AF74; }
span { border-color: rgb(194,175,116); }
td.TdClassName
{
border-color: #C2AF74;
}
.TagClassName
{
border-color: #C2AF74;
}
</style>