Shades of Ecru #C1B381
Tints of Ecru #C1B381
RGB
CMYK
RGB Variations
Color information
#C1B381 (or 0xC1B381) is known color: Ecru. HEX triplet: C1, B3 and 81. RGB value is (193,179,129). Sum of RGB (Red+Green+Blue) = 193+179+129=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B381 is #3E4C7E. Grayscale: #B1B1B1. Windows color (decimal): -4082815 or 8500161. OLE color: 8500161.
HSL color Cylindrical-coordinate representation of color #C1B381: hue angle of 46.88º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C1B381 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 179 | 129 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.24 |
| HSL | 46.88º | 0.34% | 0.63% | - |
| HSV(B) | 46.88º | 0.33% | 0.76% | - |
| XYZ | 42.07 | 45.16 | 27.27 | - |
| YUV | 177.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 129 | 0 | 0.07 | 0.33 | 0.24 | 46.88 | 0.34 | 0.63 |
| Hex | C1 | B3 | 81 | 0 | 7 | 21 | 18 | 2F | 22 | 3F |
| Octal | 301 | 263 | 201 | 0 | 7 | 41 | 30 | 57 | 42 | 77 |
| Binary | 11000001 | 10110011 | 10000001 | 0 | 111 | 100001 | 11000 | 101111 | 100010 | 111111 |
Color Harmonies of #C1B381
Complementary color
Monochromatic Colors of #C1B381
Black with #C1B381
Text Example
Text Example
White with #C1B381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B381; }
p { color: rgb(193,179,129); }
H1.HeaderClassName
{
color: #C1B381;
}
.AnyTagClassName
{
color: #C1B381;
}
</style>
background-color css
<style>
a { background-color: #C1B381; }
a { background-color: rgb(193,179,129); }
div.DivClassName
{
background-color: #C1B381;
}
.BgClassName
{
background-color: #C1B381;
}
</style>
border-color css
<style>
span { border-color: #C1B381; }
span { border-color: rgb(193,179,129); }
td.TdClassName
{
border-color: #C1B381;
}
.TagClassName
{
border-color: #C1B381;
}
</style>