Shades of Ecru #C1B57E
Tints of Ecru #C1B57E
RGB
CMYK
RGB Variations
Color information
#C1B57E (or 0xC1B57E) is known color: Ecru. HEX triplet: C1, B5 and 7E. RGB value is (193,181,126). Sum of RGB (Red+Green+Blue) = 193+181+126=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B57E is #3E4A81. Grayscale: #B2B2B2. Windows color (decimal): -4082306 or 8304065. OLE color: 8304065.
HSL color Cylindrical-coordinate representation of color #C1B57E: hue angle of 49.25º 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 #C1B57E is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 181 | 126 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.24 |
| HSL | 49.25º | 0.35% | 0.63% | - |
| HSV(B) | 49.25º | 0.35% | 0.76% | - |
| XYZ | 42.28 | 45.89 | 26.37 | - |
| YUV | 178.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 126 | 0 | 0.06 | 0.35 | 0.24 | 49.25 | 0.35 | 0.63 |
| Hex | C1 | B5 | 7E | 0 | 6 | 23 | 18 | 31 | 23 | 3F |
| Octal | 301 | 265 | 176 | 0 | 6 | 43 | 30 | 61 | 43 | 77 |
| Binary | 11000001 | 10110101 | 1111110 | 0 | 110 | 100011 | 11000 | 110001 | 100011 | 111111 |
Color Harmonies of #C1B57E
Complementary color
Monochromatic Colors of #C1B57E
Black with #C1B57E
Text Example
Text Example
White with #C1B57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B57E; }
p { color: rgb(193,181,126); }
H1.HeaderClassName
{
color: #C1B57E;
}
.AnyTagClassName
{
color: #C1B57E;
}
</style>
background-color css
<style>
a { background-color: #C1B57E; }
a { background-color: rgb(193,181,126); }
div.DivClassName
{
background-color: #C1B57E;
}
.BgClassName
{
background-color: #C1B57E;
}
</style>
border-color css
<style>
span { border-color: #C1B57E; }
span { border-color: rgb(193,181,126); }
td.TdClassName
{
border-color: #C1B57E;
}
.TagClassName
{
border-color: #C1B57E;
}
</style>