Shades of Ecru #C4B582
Tints of Ecru #C4B582
RGB
CMYK
RGB Variations
Color information
#C4B582 (or 0xC4B582) is known color: Ecru. HEX triplet: C4, B5 and 82. RGB value is (196,181,130). Sum of RGB (Red+Green+Blue) = 196+181+130=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B582 is #3B4A7D. Grayscale: #B3B3B3. Windows color (decimal): -3885694 or 8566212. OLE color: 8566212.
HSL color Cylindrical-coordinate representation of color #C4B582: hue angle of 46.36º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C4B582 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 181 | 130 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.23 |
| HSL | 46.36º | 0.36% | 0.64% | - |
| HSV(B) | 46.36º | 0.34% | 0.77% | - |
| XYZ | 43.32 | 46.4 | 27.79 | - |
| YUV | 179.67 | 99.97 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 130 | 0 | 0.08 | 0.34 | 0.23 | 46.36 | 0.36 | 0.64 |
| Hex | C4 | B5 | 82 | 0 | 8 | 22 | 17 | 2E | 24 | 40 |
| Octal | 304 | 265 | 202 | 0 | 10 | 42 | 27 | 56 | 44 | 100 |
| Binary | 11000100 | 10110101 | 10000010 | 0 | 1000 | 100010 | 10111 | 101110 | 100100 | 1000000 |
Color Harmonies of #C4B582
Complementary color
Monochromatic Colors of #C4B582
Black with #C4B582
Text Example
Text Example
White with #C4B582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B582; }
p { color: rgb(196,181,130); }
H1.HeaderClassName
{
color: #C4B582;
}
.AnyTagClassName
{
color: #C4B582;
}
</style>
background-color css
<style>
a { background-color: #C4B582; }
a { background-color: rgb(196,181,130); }
div.DivClassName
{
background-color: #C4B582;
}
.BgClassName
{
background-color: #C4B582;
}
</style>
border-color css
<style>
span { border-color: #C4B582; }
span { border-color: rgb(196,181,130); }
td.TdClassName
{
border-color: #C4B582;
}
.TagClassName
{
border-color: #C4B582;
}
</style>