Shades of Ecru #C2B484
Tints of Ecru #C2B484
RGB
CMYK
RGB Variations
Color information
#C2B484 (or 0xC2B484) is known color: Ecru. HEX triplet: C2, B4 and 84. RGB value is (194,180,132). Sum of RGB (Red+Green+Blue) = 194+180+132=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B484 is #3D4B7B. Grayscale: #B2B2B2. Windows color (decimal): -4017020 or 8697026. OLE color: 8697026.
HSL color Cylindrical-coordinate representation of color #C2B484: hue angle of 46.45º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2B484 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 132 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.24 |
| HSL | 46.45º | 0.34% | 0.64% | - |
| HSV(B) | 46.45º | 0.32% | 0.76% | - |
| XYZ | 42.73 | 45.78 | 28.41 | - |
| YUV | 178.71 | 101.64 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 132 | 0 | 0.07 | 0.32 | 0.24 | 46.45 | 0.34 | 0.64 |
| Hex | C2 | B4 | 84 | 0 | 7 | 20 | 18 | 2E | 22 | 40 |
| Octal | 302 | 264 | 204 | 0 | 7 | 40 | 30 | 56 | 42 | 100 |
| Binary | 11000010 | 10110100 | 10000100 | 0 | 111 | 100000 | 11000 | 101110 | 100010 | 1000000 |
Color Harmonies of #C2B484
Complementary color
Monochromatic Colors of #C2B484
Black with #C2B484
Text Example
Text Example
White with #C2B484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B484; }
p { color: rgb(194,180,132); }
H1.HeaderClassName
{
color: #C2B484;
}
.AnyTagClassName
{
color: #C2B484;
}
</style>
background-color css
<style>
a { background-color: #C2B484; }
a { background-color: rgb(194,180,132); }
div.DivClassName
{
background-color: #C2B484;
}
.BgClassName
{
background-color: #C2B484;
}
</style>
border-color css
<style>
span { border-color: #C2B484; }
span { border-color: rgb(194,180,132); }
td.TdClassName
{
border-color: #C2B484;
}
.TagClassName
{
border-color: #C2B484;
}
</style>