Shades of Ecru #C2B57D
Tints of Ecru #C2B57D
RGB
CMYK
RGB Variations
Color information
#C2B57D (or 0xC2B57D) is known color: Ecru. HEX triplet: C2, B5 and 7D. RGB value is (194,181,125). Sum of RGB (Red+Green+Blue) = 194+181+125=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B57D is #3D4A82. Grayscale: #B2B2B2. Windows color (decimal): -4016771 or 8238530. OLE color: 8238530.
HSL color Cylindrical-coordinate representation of color #C2B57D: hue angle of 48.7º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2B57D is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 125 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.24 |
| HSL | 48.7º | 0.36% | 0.63% | - |
| HSV(B) | 48.7º | 0.36% | 0.76% | - |
| XYZ | 42.47 | 46 | 26.04 | - |
| YUV | 178.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 125 | 0 | 0.07 | 0.36 | 0.24 | 48.7 | 0.36 | 0.63 |
| Hex | C2 | B5 | 7D | 0 | 7 | 24 | 18 | 31 | 24 | 3F |
| Octal | 302 | 265 | 175 | 0 | 7 | 44 | 30 | 61 | 44 | 77 |
| Binary | 11000010 | 10110101 | 1111101 | 0 | 111 | 100100 | 11000 | 110001 | 100100 | 111111 |
Color Harmonies of #C2B57D
Complementary color
Monochromatic Colors of #C2B57D
Black with #C2B57D
Text Example
Text Example
White with #C2B57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B57D; }
p { color: rgb(194,181,125); }
H1.HeaderClassName
{
color: #C2B57D;
}
.AnyTagClassName
{
color: #C2B57D;
}
</style>
background-color css
<style>
a { background-color: #C2B57D; }
a { background-color: rgb(194,181,125); }
div.DivClassName
{
background-color: #C2B57D;
}
.BgClassName
{
background-color: #C2B57D;
}
</style>
border-color css
<style>
span { border-color: #C2B57D; }
span { border-color: rgb(194,181,125); }
td.TdClassName
{
border-color: #C2B57D;
}
.TagClassName
{
border-color: #C2B57D;
}
</style>