Shades of Ecru #C4B084
Tints of Ecru #C4B084
RGB
CMYK
RGB Variations
Color information
#C4B084 (or 0xC4B084) is known color: Ecru. HEX triplet: C4, B0 and 84. RGB value is (196,176,132). Sum of RGB (Red+Green+Blue) = 196+176+132=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B084 is #3B4F7B. Grayscale: #B1B1B1. Windows color (decimal): -3886972 or 8696004. OLE color: 8696004.
HSL color Cylindrical-coordinate representation of color #C4B084: hue angle of 41.25º 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 #C4B084 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 132 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.23 |
| HSL | 41.25º | 0.35% | 0.64% | - |
| HSV(B) | 41.25º | 0.33% | 0.77% | - |
| XYZ | 42.46 | 44.45 | 28.17 | - |
| YUV | 176.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 132 | 0 | 0.10 | 0.33 | 0.23 | 41.25 | 0.35 | 0.64 |
| Hex | C4 | B0 | 84 | 0 | A | 21 | 17 | 29 | 23 | 40 |
| Octal | 304 | 260 | 204 | 0 | 12 | 41 | 27 | 51 | 43 | 100 |
| Binary | 11000100 | 10110000 | 10000100 | 0 | 1010 | 100001 | 10111 | 101001 | 100011 | 1000000 |
Color Harmonies of #C4B084
Complementary color
Monochromatic Colors of #C4B084
Black with #C4B084
Text Example
Text Example
White with #C4B084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B084; }
p { color: rgb(196,176,132); }
H1.HeaderClassName
{
color: #C4B084;
}
.AnyTagClassName
{
color: #C4B084;
}
</style>
background-color css
<style>
a { background-color: #C4B084; }
a { background-color: rgb(196,176,132); }
div.DivClassName
{
background-color: #C4B084;
}
.BgClassName
{
background-color: #C4B084;
}
</style>
border-color css
<style>
span { border-color: #C4B084; }
span { border-color: rgb(196,176,132); }
td.TdClassName
{
border-color: #C4B084;
}
.TagClassName
{
border-color: #C4B084;
}
</style>