Shades of Ecru #C2B676
Tints of Ecru #C2B676
RGB
CMYK
RGB Variations
Color information
#C2B676 (or 0xC2B676) is known color: Ecru. HEX triplet: C2, B6 and 76. RGB value is (194,182,118). Sum of RGB (Red+Green+Blue) = 194+182+118=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B676 is #3D4989. Grayscale: #B2B2B2. Windows color (decimal): -4016522 or 7780034. OLE color: 7780034.
HSL color Cylindrical-coordinate representation of color #C2B676: hue angle of 50.53º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2B676 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 118 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.24 |
| HSL | 50.53º | 0.38% | 0.61% | - |
| HSV(B) | 50.53º | 0.39% | 0.76% | - |
| XYZ | 42.25 | 46.23 | 23.84 | - |
| YUV | 178.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 118 | 0 | 0.06 | 0.39 | 0.24 | 50.53 | 0.38 | 0.61 |
| Hex | C2 | B6 | 76 | 0 | 6 | 27 | 18 | 33 | 26 | 3D |
| Octal | 302 | 266 | 166 | 0 | 6 | 47 | 30 | 63 | 46 | 75 |
| Binary | 11000010 | 10110110 | 1110110 | 0 | 110 | 100111 | 11000 | 110011 | 100110 | 111101 |
Color Harmonies of #C2B676
Complementary color
Monochromatic Colors of #C2B676
Black with #C2B676
Text Example
Text Example
White with #C2B676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B676; }
p { color: rgb(194,182,118); }
H1.HeaderClassName
{
color: #C2B676;
}
.AnyTagClassName
{
color: #C2B676;
}
</style>
background-color css
<style>
a { background-color: #C2B676; }
a { background-color: rgb(194,182,118); }
div.DivClassName
{
background-color: #C2B676;
}
.BgClassName
{
background-color: #C2B676;
}
</style>
border-color css
<style>
span { border-color: #C2B676; }
span { border-color: rgb(194,182,118); }
td.TdClassName
{
border-color: #C2B676;
}
.TagClassName
{
border-color: #C2B676;
}
</style>