Shades of Ecru #C1B577
Tints of Ecru #C1B577
RGB
CMYK
RGB Variations
Color information
#C1B577 (or 0xC1B577) is known color: Ecru. HEX triplet: C1, B5 and 77. RGB value is (193,181,119). Sum of RGB (Red+Green+Blue) = 193+181+119=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B577 is #3E4A88. Grayscale: #B1B1B1. Windows color (decimal): -4082313 or 7845313. OLE color: 7845313.
HSL color Cylindrical-coordinate representation of color #C1B577: hue angle of 50.27º 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 #C1B577 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 181 | 119 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.24 |
| HSL | 50.27º | 0.37% | 0.61% | - |
| HSV(B) | 50.27º | 0.38% | 0.76% | - |
| XYZ | 41.85 | 45.72 | 24.07 | - |
| YUV | 177.52 | 94.98 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 119 | 0 | 0.06 | 0.38 | 0.24 | 50.27 | 0.37 | 0.61 |
| Hex | C1 | B5 | 77 | 0 | 6 | 26 | 18 | 32 | 25 | 3D |
| Octal | 301 | 265 | 167 | 0 | 6 | 46 | 30 | 62 | 45 | 75 |
| Binary | 11000001 | 10110101 | 1110111 | 0 | 110 | 100110 | 11000 | 110010 | 100101 | 111101 |
Color Harmonies of #C1B577
Complementary color
Monochromatic Colors of #C1B577
Black with #C1B577
Text Example
Text Example
White with #C1B577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B577; }
p { color: rgb(193,181,119); }
H1.HeaderClassName
{
color: #C1B577;
}
.AnyTagClassName
{
color: #C1B577;
}
</style>
background-color css
<style>
a { background-color: #C1B577; }
a { background-color: rgb(193,181,119); }
div.DivClassName
{
background-color: #C1B577;
}
.BgClassName
{
background-color: #C1B577;
}
</style>
border-color css
<style>
span { border-color: #C1B577; }
span { border-color: rgb(193,181,119); }
td.TdClassName
{
border-color: #C1B577;
}
.TagClassName
{
border-color: #C1B577;
}
</style>