Shades of Ecru #C2B178
Tints of Ecru #C2B178
RGB
CMYK
RGB Variations
Color information
#C2B178 (or 0xC2B178) is known color: Ecru. HEX triplet: C2, B1 and 78. RGB value is (194,177,120). Sum of RGB (Red+Green+Blue) = 194+177+120=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B178 is #3D4E87. Grayscale: #AFAFAF. Windows color (decimal): -4017800 or 7909826. OLE color: 7909826.
HSL color Cylindrical-coordinate representation of color #C2B178: hue angle of 46.22º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2B178 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 120 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.24 |
| HSL | 46.22º | 0.38% | 0.62% | - |
| HSV(B) | 46.22º | 0.38% | 0.76% | - |
| XYZ | 41.36 | 44.27 | 24.13 | - |
| YUV | 175.59 | 96.63 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 120 | 0 | 0.09 | 0.38 | 0.24 | 46.22 | 0.38 | 0.62 |
| Hex | C2 | B1 | 78 | 0 | 9 | 26 | 18 | 2E | 26 | 3E |
| Octal | 302 | 261 | 170 | 0 | 11 | 46 | 30 | 56 | 46 | 76 |
| Binary | 11000010 | 10110001 | 1111000 | 0 | 1001 | 100110 | 11000 | 101110 | 100110 | 111110 |
Color Harmonies of #C2B178
Complementary color
Monochromatic Colors of #C2B178
Black with #C2B178
Text Example
Text Example
White with #C2B178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B178; }
p { color: rgb(194,177,120); }
H1.HeaderClassName
{
color: #C2B178;
}
.AnyTagClassName
{
color: #C2B178;
}
</style>
background-color css
<style>
a { background-color: #C2B178; }
a { background-color: rgb(194,177,120); }
div.DivClassName
{
background-color: #C2B178;
}
.BgClassName
{
background-color: #C2B178;
}
</style>
border-color css
<style>
span { border-color: #C2B178; }
span { border-color: rgb(194,177,120); }
td.TdClassName
{
border-color: #C2B178;
}
.TagClassName
{
border-color: #C2B178;
}
</style>