Shades of Ecru #C3AB7E
Tints of Ecru #C3AB7E
RGB
CMYK
RGB Variations
Color information
#C3AB7E (or 0xC3AB7E) is known color: Ecru. HEX triplet: C3, AB and 7E. RGB value is (195,171,126). Sum of RGB (Red+Green+Blue) = 195+171+126=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AB7E is #3C5481. Grayscale: #ADADAD. Windows color (decimal): -3953794 or 8301507. OLE color: 8301507.
HSL color Cylindrical-coordinate representation of color #C3AB7E: hue angle of 39.13º degrees, saturation: 0.37, 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 #C3AB7E is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 171 | 126 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.24 |
| HSL | 39.13º | 0.37% | 0.63% | - |
| HSV(B) | 39.13º | 0.35% | 0.76% | - |
| XYZ | 40.83 | 42.23 | 25.74 | - |
| YUV | 173.05 | 101.45 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 171 | 126 | 0 | 0.12 | 0.35 | 0.24 | 39.13 | 0.37 | 0.63 |
| Hex | C3 | AB | 7E | 0 | C | 23 | 18 | 27 | 25 | 3F |
| Octal | 303 | 253 | 176 | 0 | 14 | 43 | 30 | 47 | 45 | 77 |
| Binary | 11000011 | 10101011 | 1111110 | 0 | 1100 | 100011 | 11000 | 100111 | 100101 | 111111 |
Color Harmonies of #C3AB7E
Complementary color
Monochromatic Colors of #C3AB7E
Black with #C3AB7E
Text Example
Text Example
White with #C3AB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AB7E; }
p { color: rgb(195,171,126); }
H1.HeaderClassName
{
color: #C3AB7E;
}
.AnyTagClassName
{
color: #C3AB7E;
}
</style>
background-color css
<style>
a { background-color: #C3AB7E; }
a { background-color: rgb(195,171,126); }
div.DivClassName
{
background-color: #C3AB7E;
}
.BgClassName
{
background-color: #C3AB7E;
}
</style>
border-color css
<style>
span { border-color: #C3AB7E; }
span { border-color: rgb(195,171,126); }
td.TdClassName
{
border-color: #C3AB7E;
}
.TagClassName
{
border-color: #C3AB7E;
}
</style>