Shades of Ecru #C2AF79
Tints of Ecru #C2AF79
RGB
CMYK
RGB Variations
Color information
#C2AF79 (or 0xC2AF79) is known color: Ecru. HEX triplet: C2, AF and 79. RGB value is (194,175,121). Sum of RGB (Red+Green+Blue) = 194+175+121=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF79 is #3D5086. Grayscale: #AEAEAE. Windows color (decimal): -4018311 or 7974850. OLE color: 7974850.
HSL color Cylindrical-coordinate representation of color #C2AF79: hue angle of 44.38º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2AF79 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 121 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.24 |
| HSL | 44.38º | 0.37% | 0.62% | - |
| HSV(B) | 44.38º | 0.38% | 0.76% | - |
| XYZ | 41.03 | 43.51 | 24.32 | - |
| YUV | 174.53 | 97.79 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 121 | 0 | 0.10 | 0.38 | 0.24 | 44.38 | 0.37 | 0.62 |
| Hex | C2 | AF | 79 | 0 | A | 26 | 18 | 2C | 25 | 3E |
| Octal | 302 | 257 | 171 | 0 | 12 | 46 | 30 | 54 | 45 | 76 |
| Binary | 11000010 | 10101111 | 1111001 | 0 | 1010 | 100110 | 11000 | 101100 | 100101 | 111110 |
Color Harmonies of #C2AF79
Complementary color
Monochromatic Colors of #C2AF79
Black with #C2AF79
Text Example
Text Example
White with #C2AF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF79; }
p { color: rgb(194,175,121); }
H1.HeaderClassName
{
color: #C2AF79;
}
.AnyTagClassName
{
color: #C2AF79;
}
</style>
background-color css
<style>
a { background-color: #C2AF79; }
a { background-color: rgb(194,175,121); }
div.DivClassName
{
background-color: #C2AF79;
}
.BgClassName
{
background-color: #C2AF79;
}
</style>
border-color css
<style>
span { border-color: #C2AF79; }
span { border-color: rgb(194,175,121); }
td.TdClassName
{
border-color: #C2AF79;
}
.TagClassName
{
border-color: #C2AF79;
}
</style>