Shades of Ecru #C2B184
Tints of Ecru #C2B184
RGB
CMYK
RGB Variations
Color information
#C2B184 (or 0xC2B184) is known color: Ecru. HEX triplet: C2, B1 and 84. RGB value is (194,177,132). Sum of RGB (Red+Green+Blue) = 194+177+132=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B184 is #3D4E7B. Grayscale: #B1B1B1. Windows color (decimal): -4017788 or 8696258. OLE color: 8696258.
HSL color Cylindrical-coordinate representation of color #C2B184: hue angle of 43.55º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2B184 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 132 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.24 |
| HSL | 43.55º | 0.34% | 0.64% | - |
| HSV(B) | 43.55º | 0.32% | 0.76% | - |
| XYZ | 42.14 | 44.58 | 28.21 | - |
| YUV | 176.95 | 102.63 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 132 | 0 | 0.09 | 0.32 | 0.24 | 43.55 | 0.34 | 0.64 |
| Hex | C2 | B1 | 84 | 0 | 9 | 20 | 18 | 2C | 22 | 40 |
| Octal | 302 | 261 | 204 | 0 | 11 | 40 | 30 | 54 | 42 | 100 |
| Binary | 11000010 | 10110001 | 10000100 | 0 | 1001 | 100000 | 11000 | 101100 | 100010 | 1000000 |
Color Harmonies of #C2B184
Complementary color
Monochromatic Colors of #C2B184
Black with #C2B184
Text Example
Text Example
White with #C2B184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B184; }
p { color: rgb(194,177,132); }
H1.HeaderClassName
{
color: #C2B184;
}
.AnyTagClassName
{
color: #C2B184;
}
</style>
background-color css
<style>
a { background-color: #C2B184; }
a { background-color: rgb(194,177,132); }
div.DivClassName
{
background-color: #C2B184;
}
.BgClassName
{
background-color: #C2B184;
}
</style>
border-color css
<style>
span { border-color: #C2B184; }
span { border-color: rgb(194,177,132); }
td.TdClassName
{
border-color: #C2B184;
}
.TagClassName
{
border-color: #C2B184;
}
</style>