Shades of Ecru #C1AB77
Tints of Ecru #C1AB77
RGB
CMYK
RGB Variations
Color information
#C1AB77 (or 0xC1AB77) is known color: Ecru. HEX triplet: C1, AB and 77. RGB value is (193,171,119). Sum of RGB (Red+Green+Blue) = 193+171+119=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AB77 is #3E5488. Grayscale: #ABABAB. Windows color (decimal): -4084873 or 7842753. OLE color: 7842753.
HSL color Cylindrical-coordinate representation of color #C1AB77: hue angle of 42.16º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1AB77 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 119 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.24 |
| HSL | 42.16º | 0.37% | 0.61% | - |
| HSV(B) | 42.16º | 0.38% | 0.76% | - |
| XYZ | 39.89 | 41.8 | 23.42 | - |
| YUV | 171.65 | 98.29 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 119 | 0 | 0.11 | 0.38 | 0.24 | 42.16 | 0.37 | 0.61 |
| Hex | C1 | AB | 77 | 0 | B | 26 | 18 | 2A | 25 | 3D |
| Octal | 301 | 253 | 167 | 0 | 13 | 46 | 30 | 52 | 45 | 75 |
| Binary | 11000001 | 10101011 | 1110111 | 0 | 1011 | 100110 | 11000 | 101010 | 100101 | 111101 |
Color Harmonies of #C1AB77
Complementary color
Monochromatic Colors of #C1AB77
Black with #C1AB77
Text Example
Text Example
White with #C1AB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AB77; }
p { color: rgb(193,171,119); }
H1.HeaderClassName
{
color: #C1AB77;
}
.AnyTagClassName
{
color: #C1AB77;
}
</style>
background-color css
<style>
a { background-color: #C1AB77; }
a { background-color: rgb(193,171,119); }
div.DivClassName
{
background-color: #C1AB77;
}
.BgClassName
{
background-color: #C1AB77;
}
</style>
border-color css
<style>
span { border-color: #C1AB77; }
span { border-color: rgb(193,171,119); }
td.TdClassName
{
border-color: #C1AB77;
}
.TagClassName
{
border-color: #C1AB77;
}
</style>