Shades of Ecru #C4B284
Tints of Ecru #C4B284
RGB
CMYK
RGB Variations
Color information
#C4B284 (or 0xC4B284) is known color: Ecru. HEX triplet: C4, B2 and 84. RGB value is (196,178,132). Sum of RGB (Red+Green+Blue) = 196+178+132=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B284 is #3B4D7B. Grayscale: #B2B2B2. Windows color (decimal): -3886460 or 8696516. OLE color: 8696516.
HSL color Cylindrical-coordinate representation of color #C4B284: hue angle of 43.12º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4B284 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 178 | 132 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.23 |
| HSL | 43.13º | 0.35% | 0.64% | - |
| HSV(B) | 43.13º | 0.33% | 0.77% | - |
| XYZ | 42.85 | 45.24 | 28.3 | - |
| YUV | 178.14 | 101.96 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 178 | 132 | 0 | 0.09 | 0.33 | 0.23 | 43.13 | 0.35 | 0.64 |
| Hex | C4 | B2 | 84 | 0 | 9 | 21 | 17 | 2B | 23 | 40 |
| Octal | 304 | 262 | 204 | 0 | 11 | 41 | 27 | 53 | 43 | 100 |
| Binary | 11000100 | 10110010 | 10000100 | 0 | 1001 | 100001 | 10111 | 101011 | 100011 | 1000000 |
Color Harmonies of #C4B284
Complementary color
Monochromatic Colors of #C4B284
Black with #C4B284
Text Example
Text Example
White with #C4B284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B284; }
p { color: rgb(196,178,132); }
H1.HeaderClassName
{
color: #C4B284;
}
.AnyTagClassName
{
color: #C4B284;
}
</style>
background-color css
<style>
a { background-color: #C4B284; }
a { background-color: rgb(196,178,132); }
div.DivClassName
{
background-color: #C4B284;
}
.BgClassName
{
background-color: #C4B284;
}
</style>
border-color css
<style>
span { border-color: #C4B284; }
span { border-color: rgb(196,178,132); }
td.TdClassName
{
border-color: #C4B284;
}
.TagClassName
{
border-color: #C4B284;
}
</style>