Shades of Ecru #C1AA79
Tints of Ecru #C1AA79
RGB
CMYK
RGB Variations
Color information
#C1AA79 (or 0xC1AA79) is known color: Ecru. HEX triplet: C1, AA and 79. RGB value is (193,170,121). Sum of RGB (Red+Green+Blue) = 193+170+121=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA79 is #3E5586. Grayscale: #ABABAB. Windows color (decimal): -4085127 or 7973569. OLE color: 7973569.
HSL color Cylindrical-coordinate representation of color #C1AA79: hue angle of 40.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1AA79 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 121 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.24 |
| HSL | 40.83º | 0.37% | 0.62% | - |
| HSV(B) | 40.83º | 0.37% | 0.76% | - |
| XYZ | 39.82 | 41.47 | 23.99 | - |
| YUV | 171.29 | 99.62 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 121 | 0 | 0.12 | 0.37 | 0.24 | 40.83 | 0.37 | 0.62 |
| Hex | C1 | AA | 79 | 0 | C | 25 | 18 | 29 | 25 | 3E |
| Octal | 301 | 252 | 171 | 0 | 14 | 45 | 30 | 51 | 45 | 76 |
| Binary | 11000001 | 10101010 | 1111001 | 0 | 1100 | 100101 | 11000 | 101001 | 100101 | 111110 |
Color Harmonies of #C1AA79
Complementary color
Monochromatic Colors of #C1AA79
Black with #C1AA79
Text Example
Text Example
White with #C1AA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AA79; }
p { color: rgb(193,170,121); }
H1.HeaderClassName
{
color: #C1AA79;
}
.AnyTagClassName
{
color: #C1AA79;
}
</style>
background-color css
<style>
a { background-color: #C1AA79; }
a { background-color: rgb(193,170,121); }
div.DivClassName
{
background-color: #C1AA79;
}
.BgClassName
{
background-color: #C1AA79;
}
</style>
border-color css
<style>
span { border-color: #C1AA79; }
span { border-color: rgb(193,170,121); }
td.TdClassName
{
border-color: #C1AA79;
}
.TagClassName
{
border-color: #C1AA79;
}
</style>