Shades of Ecru #C1AA7B
Tints of Ecru #C1AA7B
RGB
CMYK
RGB Variations
Color information
#C1AA7B (or 0xC1AA7B) is known color: Ecru. HEX triplet: C1, AA and 7B. RGB value is (193,170,123). Sum of RGB (Red+Green+Blue) = 193+170+123=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA7B is #3E5584. Grayscale: #ABABAB. Windows color (decimal): -4085125 or 8104641. OLE color: 8104641.
HSL color Cylindrical-coordinate representation of color #C1AA7B: hue angle of 40.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C1AA7B is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 123 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.24 |
| HSL | 40.29º | 0.36% | 0.62% | - |
| HSV(B) | 40.29º | 0.36% | 0.76% | - |
| XYZ | 39.94 | 41.52 | 24.65 | - |
| YUV | 171.52 | 100.62 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 123 | 0 | 0.12 | 0.36 | 0.24 | 40.29 | 0.36 | 0.62 |
| Hex | C1 | AA | 7B | 0 | C | 24 | 18 | 28 | 24 | 3E |
| Octal | 301 | 252 | 173 | 0 | 14 | 44 | 30 | 50 | 44 | 76 |
| Binary | 11000001 | 10101010 | 1111011 | 0 | 1100 | 100100 | 11000 | 101000 | 100100 | 111110 |
Color Harmonies of #C1AA7B
Complementary color
Monochromatic Colors of #C1AA7B
Black with #C1AA7B
Text Example
Text Example
White with #C1AA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AA7B; }
p { color: rgb(193,170,123); }
H1.HeaderClassName
{
color: #C1AA7B;
}
.AnyTagClassName
{
color: #C1AA7B;
}
</style>
background-color css
<style>
a { background-color: #C1AA7B; }
a { background-color: rgb(193,170,123); }
div.DivClassName
{
background-color: #C1AA7B;
}
.BgClassName
{
background-color: #C1AA7B;
}
</style>
border-color css
<style>
span { border-color: #C1AA7B; }
span { border-color: rgb(193,170,123); }
td.TdClassName
{
border-color: #C1AA7B;
}
.TagClassName
{
border-color: #C1AA7B;
}
</style>