Shades of Ecru #C2B37C
Tints of Ecru #C2B37C
RGB
CMYK
RGB Variations
Color information
#C2B37C (or 0xC2B37C) is known color: Ecru. HEX triplet: C2, B3 and 7C. RGB value is (194,179,124). Sum of RGB (Red+Green+Blue) = 194+179+124=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B37C is #3D4C83. Grayscale: #B1B1B1. Windows color (decimal): -4017284 or 8172482. OLE color: 8172482.
HSL color Cylindrical-coordinate representation of color #C2B37C: hue angle of 47.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2B37C is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 124 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.24 |
| HSL | 47.14º | 0.36% | 0.62% | - |
| HSV(B) | 47.14º | 0.36% | 0.76% | - |
| XYZ | 42.01 | 45.16 | 25.57 | - |
| YUV | 177.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 124 | 0 | 0.08 | 0.36 | 0.24 | 47.14 | 0.36 | 0.62 |
| Hex | C2 | B3 | 7C | 0 | 8 | 24 | 18 | 2F | 24 | 3E |
| Octal | 302 | 263 | 174 | 0 | 10 | 44 | 30 | 57 | 44 | 76 |
| Binary | 11000010 | 10110011 | 1111100 | 0 | 1000 | 100100 | 11000 | 101111 | 100100 | 111110 |
Color Harmonies of #C2B37C
Complementary color
Monochromatic Colors of #C2B37C
Black with #C2B37C
Text Example
Text Example
White with #C2B37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B37C; }
p { color: rgb(194,179,124); }
H1.HeaderClassName
{
color: #C2B37C;
}
.AnyTagClassName
{
color: #C2B37C;
}
</style>
background-color css
<style>
a { background-color: #C2B37C; }
a { background-color: rgb(194,179,124); }
div.DivClassName
{
background-color: #C2B37C;
}
.BgClassName
{
background-color: #C2B37C;
}
</style>
border-color css
<style>
span { border-color: #C2B37C; }
span { border-color: rgb(194,179,124); }
td.TdClassName
{
border-color: #C2B37C;
}
.TagClassName
{
border-color: #C2B37C;
}
</style>