Shades of Ecru #C2B57A
Tints of Ecru #C2B57A
RGB
CMYK
RGB Variations
Color information
#C2B57A (or 0xC2B57A) is known color: Ecru. HEX triplet: C2, B5 and 7A. RGB value is (194,181,122). Sum of RGB (Red+Green+Blue) = 194+181+122=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B57A is #3D4A85. Grayscale: #B2B2B2. Windows color (decimal): -4016774 or 8041922. OLE color: 8041922.
HSL color Cylindrical-coordinate representation of color #C2B57A: hue angle of 49.17º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2B57A is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 122 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.24 |
| HSL | 49.17º | 0.37% | 0.62% | - |
| HSV(B) | 49.17º | 0.37% | 0.76% | - |
| XYZ | 42.28 | 45.92 | 25.05 | - |
| YUV | 178.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 122 | 0 | 0.07 | 0.37 | 0.24 | 49.17 | 0.37 | 0.62 |
| Hex | C2 | B5 | 7A | 0 | 7 | 25 | 18 | 31 | 25 | 3E |
| Octal | 302 | 265 | 172 | 0 | 7 | 45 | 30 | 61 | 45 | 76 |
| Binary | 11000010 | 10110101 | 1111010 | 0 | 111 | 100101 | 11000 | 110001 | 100101 | 111110 |
Color Harmonies of #C2B57A
Complementary color
Monochromatic Colors of #C2B57A
Black with #C2B57A
Text Example
Text Example
White with #C2B57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B57A; }
p { color: rgb(194,181,122); }
H1.HeaderClassName
{
color: #C2B57A;
}
.AnyTagClassName
{
color: #C2B57A;
}
</style>
background-color css
<style>
a { background-color: #C2B57A; }
a { background-color: rgb(194,181,122); }
div.DivClassName
{
background-color: #C2B57A;
}
.BgClassName
{
background-color: #C2B57A;
}
</style>
border-color css
<style>
span { border-color: #C2B57A; }
span { border-color: rgb(194,181,122); }
td.TdClassName
{
border-color: #C2B57A;
}
.TagClassName
{
border-color: #C2B57A;
}
</style>