Shades of Ecru #C2B576
Tints of Ecru #C2B576
RGB
CMYK
RGB Variations
Color information
#C2B576 (or 0xC2B576) is known color: Ecru. HEX triplet: C2, B5 and 76. RGB value is (194,181,118). Sum of RGB (Red+Green+Blue) = 194+181+118=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B576 is #3D4A89. Grayscale: #B1B1B1. Windows color (decimal): -4016778 or 7779778. OLE color: 7779778.
HSL color Cylindrical-coordinate representation of color #C2B576: hue angle of 49.74º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2B576 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 118 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.24 |
| HSL | 49.74º | 0.38% | 0.61% | - |
| HSV(B) | 49.74º | 0.39% | 0.76% | - |
| XYZ | 42.04 | 45.83 | 23.77 | - |
| YUV | 177.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 118 | 0 | 0.07 | 0.39 | 0.24 | 49.74 | 0.38 | 0.61 |
| Hex | C2 | B5 | 76 | 0 | 7 | 27 | 18 | 32 | 26 | 3D |
| Octal | 302 | 265 | 166 | 0 | 7 | 47 | 30 | 62 | 46 | 75 |
| Binary | 11000010 | 10110101 | 1110110 | 0 | 111 | 100111 | 11000 | 110010 | 100110 | 111101 |
Color Harmonies of #C2B576
Complementary color
Monochromatic Colors of #C2B576
Black with #C2B576
Text Example
Text Example
White with #C2B576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B576; }
p { color: rgb(194,181,118); }
H1.HeaderClassName
{
color: #C2B576;
}
.AnyTagClassName
{
color: #C2B576;
}
</style>
background-color css
<style>
a { background-color: #C2B576; }
a { background-color: rgb(194,181,118); }
div.DivClassName
{
background-color: #C2B576;
}
.BgClassName
{
background-color: #C2B576;
}
</style>
border-color css
<style>
span { border-color: #C2B576; }
span { border-color: rgb(194,181,118); }
td.TdClassName
{
border-color: #C2B576;
}
.TagClassName
{
border-color: #C2B576;
}
</style>