Shades of Ecru #C2AB7F
Tints of Ecru #C2AB7F
RGB
CMYK
RGB Variations
Color information
#C2AB7F (or 0xC2AB7F) is known color: Ecru. HEX triplet: C2, AB and 7F. RGB value is (194,171,127). Sum of RGB (Red+Green+Blue) = 194+171+127=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB7F is #3D5480. Grayscale: #ADADAD. Windows color (decimal): -4019329 or 8367042. OLE color: 8367042.
HSL color Cylindrical-coordinate representation of color #C2AB7F: hue angle of 39.4º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2AB7F is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 127 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.24 |
| HSL | 39.4º | 0.35% | 0.63% | - |
| HSV(B) | 39.4º | 0.35% | 0.76% | - |
| XYZ | 40.64 | 42.13 | 26.07 | - |
| YUV | 172.86 | 102.12 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 127 | 0 | 0.12 | 0.35 | 0.24 | 39.4 | 0.35 | 0.63 |
| Hex | C2 | AB | 7F | 0 | C | 23 | 18 | 27 | 23 | 3F |
| Octal | 302 | 253 | 177 | 0 | 14 | 43 | 30 | 47 | 43 | 77 |
| Binary | 11000010 | 10101011 | 1111111 | 0 | 1100 | 100011 | 11000 | 100111 | 100011 | 111111 |
Color Harmonies of #C2AB7F
Complementary color
Monochromatic Colors of #C2AB7F
Black with #C2AB7F
Text Example
Text Example
White with #C2AB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB7F; }
p { color: rgb(194,171,127); }
H1.HeaderClassName
{
color: #C2AB7F;
}
.AnyTagClassName
{
color: #C2AB7F;
}
</style>
background-color css
<style>
a { background-color: #C2AB7F; }
a { background-color: rgb(194,171,127); }
div.DivClassName
{
background-color: #C2AB7F;
}
.BgClassName
{
background-color: #C2AB7F;
}
</style>
border-color css
<style>
span { border-color: #C2AB7F; }
span { border-color: rgb(194,171,127); }
td.TdClassName
{
border-color: #C2AB7F;
}
.TagClassName
{
border-color: #C2AB7F;
}
</style>