Shades of Ecru #C2B28A
Tints of Ecru #C2B28A
RGB
CMYK
RGB Variations
Color information
#C2B28A (or 0xC2B28A) is known color: Ecru. HEX triplet: C2, B2 and 8A. RGB value is (194,178,138). Sum of RGB (Red+Green+Blue) = 194+178+138=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B28A is #3D4D75. Grayscale: #B2B2B2. Windows color (decimal): -4017526 or 9089730. OLE color: 9089730.
HSL color Cylindrical-coordinate representation of color #C2B28A: hue angle of 42.86º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2B28A is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 138 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.24 |
| HSL | 42.86º | 0.31% | 0.65% | - |
| HSV(B) | 42.86º | 0.29% | 0.76% | - |
| XYZ | 42.76 | 45.15 | 30.51 | - |
| YUV | 178.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 138 | 0 | 0.08 | 0.29 | 0.24 | 42.86 | 0.31 | 0.65 |
| Hex | C2 | B2 | 8A | 0 | 8 | 1D | 18 | 2B | 1F | 41 |
| Octal | 302 | 262 | 212 | 0 | 10 | 35 | 30 | 53 | 37 | 101 |
| Binary | 11000010 | 10110010 | 10001010 | 0 | 1000 | 11101 | 11000 | 101011 | 11111 | 1000001 |
Color Harmonies of #C2B28A
Complementary color
Monochromatic Colors of #C2B28A
Black with #C2B28A
Text Example
Text Example
White with #C2B28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B28A; }
p { color: rgb(194,178,138); }
H1.HeaderClassName
{
color: #C2B28A;
}
.AnyTagClassName
{
color: #C2B28A;
}
</style>
background-color css
<style>
a { background-color: #C2B28A; }
a { background-color: rgb(194,178,138); }
div.DivClassName
{
background-color: #C2B28A;
}
.BgClassName
{
background-color: #C2B28A;
}
</style>
border-color css
<style>
span { border-color: #C2B28A; }
span { border-color: rgb(194,178,138); }
td.TdClassName
{
border-color: #C2B28A;
}
.TagClassName
{
border-color: #C2B28A;
}
</style>