Shades of Ecru #C1AB7E
Tints of Ecru #C1AB7E
RGB
CMYK
RGB Variations
Color information
#C1AB7E (or 0xC1AB7E) is known color: Ecru. HEX triplet: C1, AB and 7E. RGB value is (193,171,126). Sum of RGB (Red+Green+Blue) = 193+171+126=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AB7E is #3E5481. Grayscale: #ACACAC. Windows color (decimal): -4084866 or 8301505. OLE color: 8301505.
HSL color Cylindrical-coordinate representation of color #C1AB7E: hue angle of 40.3º 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 #C1AB7E is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 126 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.24 |
| HSL | 40.3º | 0.35% | 0.63% | - |
| HSV(B) | 40.3º | 0.35% | 0.76% | - |
| XYZ | 40.32 | 41.97 | 25.71 | - |
| YUV | 172.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 126 | 0 | 0.11 | 0.35 | 0.24 | 40.3 | 0.35 | 0.63 |
| Hex | C1 | AB | 7E | 0 | B | 23 | 18 | 28 | 23 | 3F |
| Octal | 301 | 253 | 176 | 0 | 13 | 43 | 30 | 50 | 43 | 77 |
| Binary | 11000001 | 10101011 | 1111110 | 0 | 1011 | 100011 | 11000 | 101000 | 100011 | 111111 |
Color Harmonies of #C1AB7E
Complementary color
Monochromatic Colors of #C1AB7E
Black with #C1AB7E
Text Example
Text Example
White with #C1AB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AB7E; }
p { color: rgb(193,171,126); }
H1.HeaderClassName
{
color: #C1AB7E;
}
.AnyTagClassName
{
color: #C1AB7E;
}
</style>
background-color css
<style>
a { background-color: #C1AB7E; }
a { background-color: rgb(193,171,126); }
div.DivClassName
{
background-color: #C1AB7E;
}
.BgClassName
{
background-color: #C1AB7E;
}
</style>
border-color css
<style>
span { border-color: #C1AB7E; }
span { border-color: rgb(193,171,126); }
td.TdClassName
{
border-color: #C1AB7E;
}
.TagClassName
{
border-color: #C1AB7E;
}
</style>