Shades of Ecru #C2B57B
Tints of Ecru #C2B57B
RGB
CMYK
RGB Variations
Color information
#C2B57B (or 0xC2B57B) is known color: Ecru. HEX triplet: C2, B5 and 7B. RGB value is (194,181,123). Sum of RGB (Red+Green+Blue) = 194+181+123=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B57B is #3D4A84. Grayscale: #B2B2B2. Windows color (decimal): -4016773 or 8107458. OLE color: 8107458.
HSL color Cylindrical-coordinate representation of color #C2B57B: hue angle of 49.01º 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 #C2B57B is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 123 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.24 |
| HSL | 49.01º | 0.37% | 0.62% | - |
| HSV(B) | 49.01º | 0.37% | 0.76% | - |
| XYZ | 42.35 | 45.95 | 25.38 | - |
| YUV | 178.28 | 96.81 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 123 | 0 | 0.07 | 0.37 | 0.24 | 49.01 | 0.37 | 0.62 |
| Hex | C2 | B5 | 7B | 0 | 7 | 25 | 18 | 31 | 25 | 3E |
| Octal | 302 | 265 | 173 | 0 | 7 | 45 | 30 | 61 | 45 | 76 |
| Binary | 11000010 | 10110101 | 1111011 | 0 | 111 | 100101 | 11000 | 110001 | 100101 | 111110 |
Color Harmonies of #C2B57B
Complementary color
Monochromatic Colors of #C2B57B
Black with #C2B57B
Text Example
Text Example
White with #C2B57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B57B; }
p { color: rgb(194,181,123); }
H1.HeaderClassName
{
color: #C2B57B;
}
.AnyTagClassName
{
color: #C2B57B;
}
</style>
background-color css
<style>
a { background-color: #C2B57B; }
a { background-color: rgb(194,181,123); }
div.DivClassName
{
background-color: #C2B57B;
}
.BgClassName
{
background-color: #C2B57B;
}
</style>
border-color css
<style>
span { border-color: #C2B57B; }
span { border-color: rgb(194,181,123); }
td.TdClassName
{
border-color: #C2B57B;
}
.TagClassName
{
border-color: #C2B57B;
}
</style>