Shades of Ecru #C2B586
Tints of Ecru #C2B586
RGB
CMYK
RGB Variations
Color information
#C2B586 (or 0xC2B586) is known color: Ecru. HEX triplet: C2, B5 and 86. RGB value is (194,181,134). Sum of RGB (Red+Green+Blue) = 194+181+134=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B586 is #3D4A79. Grayscale: #B3B3B3. Windows color (decimal): -4016762 or 8828354. OLE color: 8828354.
HSL color Cylindrical-coordinate representation of color #C2B586: hue angle of 47º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2B586 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 134 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.24 |
| HSL | 47º | 0.33% | 0.64% | - |
| HSV(B) | 47º | 0.31% | 0.76% | - |
| XYZ | 43.08 | 46.24 | 29.21 | - |
| YUV | 179.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 134 | 0 | 0.07 | 0.31 | 0.24 | 47 | 0.33 | 0.64 |
| Hex | C2 | B5 | 86 | 0 | 7 | 1F | 18 | 2F | 21 | 40 |
| Octal | 302 | 265 | 206 | 0 | 7 | 37 | 30 | 57 | 41 | 100 |
| Binary | 11000010 | 10110101 | 10000110 | 0 | 111 | 11111 | 11000 | 101111 | 100001 | 1000000 |
Color Harmonies of #C2B586
Complementary color
Monochromatic Colors of #C2B586
Black with #C2B586
Text Example
Text Example
White with #C2B586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B586; }
p { color: rgb(194,181,134); }
H1.HeaderClassName
{
color: #C2B586;
}
.AnyTagClassName
{
color: #C2B586;
}
</style>
background-color css
<style>
a { background-color: #C2B586; }
a { background-color: rgb(194,181,134); }
div.DivClassName
{
background-color: #C2B586;
}
.BgClassName
{
background-color: #C2B586;
}
</style>
border-color css
<style>
span { border-color: #C2B586; }
span { border-color: rgb(194,181,134); }
td.TdClassName
{
border-color: #C2B586;
}
.TagClassName
{
border-color: #C2B586;
}
</style>