Shades of Ecru #C2B288
Tints of Ecru #C2B288
RGB
CMYK
RGB Variations
Color information
#C2B288 (or 0xC2B288) is known color: Ecru. HEX triplet: C2, B2 and 88. RGB value is (194,178,136). Sum of RGB (Red+Green+Blue) = 194+178+136=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B288 is #3D4D77. Grayscale: #B2B2B2. Windows color (decimal): -4017528 or 8958658. OLE color: 8958658.
HSL color Cylindrical-coordinate representation of color #C2B288: hue angle of 43.45º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2B288 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 136 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.24 |
| HSL | 43.45º | 0.32% | 0.65% | - |
| HSV(B) | 43.45º | 0.3% | 0.76% | - |
| XYZ | 42.61 | 45.09 | 29.75 | - |
| YUV | 178 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 136 | 0 | 0.08 | 0.30 | 0.24 | 43.45 | 0.32 | 0.65 |
| Hex | C2 | B2 | 88 | 0 | 8 | 1E | 18 | 2B | 20 | 41 |
| Octal | 302 | 262 | 210 | 0 | 10 | 36 | 30 | 53 | 40 | 101 |
| Binary | 11000010 | 10110010 | 10001000 | 0 | 1000 | 11110 | 11000 | 101011 | 100000 | 1000001 |
Color Harmonies of #C2B288
Complementary color
Monochromatic Colors of #C2B288
Black with #C2B288
Text Example
Text Example
White with #C2B288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B288; }
p { color: rgb(194,178,136); }
H1.HeaderClassName
{
color: #C2B288;
}
.AnyTagClassName
{
color: #C2B288;
}
</style>
background-color css
<style>
a { background-color: #C2B288; }
a { background-color: rgb(194,178,136); }
div.DivClassName
{
background-color: #C2B288;
}
.BgClassName
{
background-color: #C2B288;
}
</style>
border-color css
<style>
span { border-color: #C2B288; }
span { border-color: rgb(194,178,136); }
td.TdClassName
{
border-color: #C2B288;
}
.TagClassName
{
border-color: #C2B288;
}
</style>