Shades of Ecru #C2B278
Tints of Ecru #C2B278
RGB
CMYK
RGB Variations
Color information
#C2B278 (or 0xC2B278) is known color: Ecru. HEX triplet: C2, B2 and 78. RGB value is (194,178,120). Sum of RGB (Red+Green+Blue) = 194+178+120=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B278 is #3D4D87. Grayscale: #B0B0B0. Windows color (decimal): -4017544 or 7910082. OLE color: 7910082.
HSL color Cylindrical-coordinate representation of color #C2B278: hue angle of 47.03º 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 #C2B278 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 120 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.24 |
| HSL | 47.03º | 0.38% | 0.62% | - |
| HSV(B) | 47.03º | 0.38% | 0.76% | - |
| XYZ | 41.56 | 44.67 | 24.2 | - |
| YUV | 176.17 | 96.3 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 120 | 0 | 0.08 | 0.38 | 0.24 | 47.03 | 0.38 | 0.62 |
| Hex | C2 | B2 | 78 | 0 | 8 | 26 | 18 | 2F | 26 | 3E |
| Octal | 302 | 262 | 170 | 0 | 10 | 46 | 30 | 57 | 46 | 76 |
| Binary | 11000010 | 10110010 | 1111000 | 0 | 1000 | 100110 | 11000 | 101111 | 100110 | 111110 |
Color Harmonies of #C2B278
Complementary color
Monochromatic Colors of #C2B278
Black with #C2B278
Text Example
Text Example
White with #C2B278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B278; }
p { color: rgb(194,178,120); }
H1.HeaderClassName
{
color: #C2B278;
}
.AnyTagClassName
{
color: #C2B278;
}
</style>
background-color css
<style>
a { background-color: #C2B278; }
a { background-color: rgb(194,178,120); }
div.DivClassName
{
background-color: #C2B278;
}
.BgClassName
{
background-color: #C2B278;
}
</style>
border-color css
<style>
span { border-color: #C2B278; }
span { border-color: rgb(194,178,120); }
td.TdClassName
{
border-color: #C2B278;
}
.TagClassName
{
border-color: #C2B278;
}
</style>