Shades of Ecru #C2B384
Tints of Ecru #C2B384
RGB
CMYK
RGB Variations
Color information
#C2B384 (or 0xC2B384) is known color: Ecru. HEX triplet: C2, B3 and 84. RGB value is (194,179,132). Sum of RGB (Red+Green+Blue) = 194+179+132=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B384 is #3D4C7B. Grayscale: #B2B2B2. Windows color (decimal): -4017276 or 8696770. OLE color: 8696770.
HSL color Cylindrical-coordinate representation of color #C2B384: hue angle of 45.48º 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 #C2B384 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 132 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.24 |
| HSL | 45.48º | 0.34% | 0.64% | - |
| HSV(B) | 45.48º | 0.32% | 0.76% | - |
| XYZ | 42.53 | 45.38 | 28.35 | - |
| YUV | 178.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 132 | 0 | 0.08 | 0.32 | 0.24 | 45.48 | 0.34 | 0.64 |
| Hex | C2 | B3 | 84 | 0 | 8 | 20 | 18 | 2D | 22 | 40 |
| Octal | 302 | 263 | 204 | 0 | 10 | 40 | 30 | 55 | 42 | 100 |
| Binary | 11000010 | 10110011 | 10000100 | 0 | 1000 | 100000 | 11000 | 101101 | 100010 | 1000000 |
Color Harmonies of #C2B384
Complementary color
Monochromatic Colors of #C2B384
Black with #C2B384
Text Example
Text Example
White with #C2B384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B384; }
p { color: rgb(194,179,132); }
H1.HeaderClassName
{
color: #C2B384;
}
.AnyTagClassName
{
color: #C2B384;
}
</style>
background-color css
<style>
a { background-color: #C2B384; }
a { background-color: rgb(194,179,132); }
div.DivClassName
{
background-color: #C2B384;
}
.BgClassName
{
background-color: #C2B384;
}
</style>
border-color css
<style>
span { border-color: #C2B384; }
span { border-color: rgb(194,179,132); }
td.TdClassName
{
border-color: #C2B384;
}
.TagClassName
{
border-color: #C2B384;
}
</style>