Shades of Ecru #C2B57E
Tints of Ecru #C2B57E
RGB
CMYK
RGB Variations
Color information
#C2B57E (or 0xC2B57E) is known color: Ecru. HEX triplet: C2, B5 and 7E. RGB value is (194,181,126). Sum of RGB (Red+Green+Blue) = 194+181+126=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B57E is #3D4A81. Grayscale: #B2B2B2. Windows color (decimal): -4016770 or 8304066. OLE color: 8304066.
HSL color Cylindrical-coordinate representation of color #C2B57E: hue angle of 48.53º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2B57E is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 126 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.24 |
| HSL | 48.53º | 0.36% | 0.63% | - |
| HSV(B) | 48.53º | 0.35% | 0.76% | - |
| XYZ | 42.54 | 46.02 | 26.38 | - |
| YUV | 178.62 | 98.31 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 126 | 0 | 0.07 | 0.35 | 0.24 | 48.53 | 0.36 | 0.63 |
| Hex | C2 | B5 | 7E | 0 | 7 | 23 | 18 | 31 | 24 | 3F |
| Octal | 302 | 265 | 176 | 0 | 7 | 43 | 30 | 61 | 44 | 77 |
| Binary | 11000010 | 10110101 | 1111110 | 0 | 111 | 100011 | 11000 | 110001 | 100100 | 111111 |
Color Harmonies of #C2B57E
Complementary color
Monochromatic Colors of #C2B57E
Black with #C2B57E
Text Example
Text Example
White with #C2B57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B57E; }
p { color: rgb(194,181,126); }
H1.HeaderClassName
{
color: #C2B57E;
}
.AnyTagClassName
{
color: #C2B57E;
}
</style>
background-color css
<style>
a { background-color: #C2B57E; }
a { background-color: rgb(194,181,126); }
div.DivClassName
{
background-color: #C2B57E;
}
.BgClassName
{
background-color: #C2B57E;
}
</style>
border-color css
<style>
span { border-color: #C2B57E; }
span { border-color: rgb(194,181,126); }
td.TdClassName
{
border-color: #C2B57E;
}
.TagClassName
{
border-color: #C2B57E;
}
</style>