Shades of Ecru #C2AB78
Tints of Ecru #C2AB78
RGB
CMYK
RGB Variations
Color information
#C2AB78 (or 0xC2AB78) is known color: Ecru. HEX triplet: C2, AB and 78. RGB value is (194,171,120). Sum of RGB (Red+Green+Blue) = 194+171+120=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB78 is #3D5487. Grayscale: #ACACAC. Windows color (decimal): -4019336 or 7908290. OLE color: 7908290.
HSL color Cylindrical-coordinate representation of color #C2AB78: hue angle of 41.35º degrees, saturation: 0.38, 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 #C2AB78 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 120 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.24 |
| HSL | 41.35º | 0.38% | 0.62% | - |
| HSV(B) | 41.35º | 0.38% | 0.76% | - |
| XYZ | 40.2 | 41.95 | 23.75 | - |
| YUV | 172.06 | 98.62 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 120 | 0 | 0.12 | 0.38 | 0.24 | 41.35 | 0.38 | 0.62 |
| Hex | C2 | AB | 78 | 0 | C | 26 | 18 | 29 | 26 | 3E |
| Octal | 302 | 253 | 170 | 0 | 14 | 46 | 30 | 51 | 46 | 76 |
| Binary | 11000010 | 10101011 | 1111000 | 0 | 1100 | 100110 | 11000 | 101001 | 100110 | 111110 |
Color Harmonies of #C2AB78
Complementary color
Monochromatic Colors of #C2AB78
Black with #C2AB78
Text Example
Text Example
White with #C2AB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB78; }
p { color: rgb(194,171,120); }
H1.HeaderClassName
{
color: #C2AB78;
}
.AnyTagClassName
{
color: #C2AB78;
}
</style>
background-color css
<style>
a { background-color: #C2AB78; }
a { background-color: rgb(194,171,120); }
div.DivClassName
{
background-color: #C2AB78;
}
.BgClassName
{
background-color: #C2AB78;
}
</style>
border-color css
<style>
span { border-color: #C2AB78; }
span { border-color: rgb(194,171,120); }
td.TdClassName
{
border-color: #C2AB78;
}
.TagClassName
{
border-color: #C2AB78;
}
</style>