Shades of Ecru #C2B080
Tints of Ecru #C2B080
RGB
CMYK
RGB Variations
Color information
#C2B080 (or 0xC2B080) is known color: Ecru. HEX triplet: C2, B0 and 80. RGB value is (194,176,128). Sum of RGB (Red+Green+Blue) = 194+176+128=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B080 is #3D4F7F. Grayscale: #B0B0B0. Windows color (decimal): -4018048 or 8433858. OLE color: 8433858.
HSL color Cylindrical-coordinate representation of color #C2B080: hue angle of 43.64º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2B080 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 128 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.24 |
| HSL | 43.64º | 0.35% | 0.63% | - |
| HSV(B) | 43.64º | 0.34% | 0.76% | - |
| XYZ | 41.67 | 44.08 | 26.73 | - |
| YUV | 175.91 | 100.96 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 128 | 0 | 0.09 | 0.34 | 0.24 | 43.64 | 0.35 | 0.63 |
| Hex | C2 | B0 | 80 | 0 | 9 | 22 | 18 | 2C | 23 | 3F |
| Octal | 302 | 260 | 200 | 0 | 11 | 42 | 30 | 54 | 43 | 77 |
| Binary | 11000010 | 10110000 | 10000000 | 0 | 1001 | 100010 | 11000 | 101100 | 100011 | 111111 |
Color Harmonies of #C2B080
Complementary color
Monochromatic Colors of #C2B080
Black with #C2B080
Text Example
Text Example
White with #C2B080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B080; }
p { color: rgb(194,176,128); }
H1.HeaderClassName
{
color: #C2B080;
}
.AnyTagClassName
{
color: #C2B080;
}
</style>
background-color css
<style>
a { background-color: #C2B080; }
a { background-color: rgb(194,176,128); }
div.DivClassName
{
background-color: #C2B080;
}
.BgClassName
{
background-color: #C2B080;
}
</style>
border-color css
<style>
span { border-color: #C2B080; }
span { border-color: rgb(194,176,128); }
td.TdClassName
{
border-color: #C2B080;
}
.TagClassName
{
border-color: #C2B080;
}
</style>