Shades of Ecru #C4B37B
Tints of Ecru #C4B37B
RGB
CMYK
RGB Variations
Color information
#C4B37B (or 0xC4B37B) is known color: Ecru. HEX triplet: C4, B3 and 7B. RGB value is (196,179,123). Sum of RGB (Red+Green+Blue) = 196+179+123=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B37B is #3B4C84. Grayscale: #B1B1B1. Windows color (decimal): -3886213 or 8106948. OLE color: 8106948.
HSL color Cylindrical-coordinate representation of color #C4B37B: hue angle of 46.03º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C4B37B is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 179 | 123 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.23 |
| HSL | 46.03º | 0.38% | 0.63% | - |
| HSV(B) | 46.03º | 0.37% | 0.77% | - |
| XYZ | 42.46 | 45.41 | 25.27 | - |
| YUV | 177.7 | 97.13 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 123 | 0 | 0.09 | 0.37 | 0.23 | 46.03 | 0.38 | 0.63 |
| Hex | C4 | B3 | 7B | 0 | 9 | 25 | 17 | 2E | 26 | 3F |
| Octal | 304 | 263 | 173 | 0 | 11 | 45 | 27 | 56 | 46 | 77 |
| Binary | 11000100 | 10110011 | 1111011 | 0 | 1001 | 100101 | 10111 | 101110 | 100110 | 111111 |
Color Harmonies of #C4B37B
Complementary color
Monochromatic Colors of #C4B37B
Black with #C4B37B
Text Example
Text Example
White with #C4B37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B37B; }
p { color: rgb(196,179,123); }
H1.HeaderClassName
{
color: #C4B37B;
}
.AnyTagClassName
{
color: #C4B37B;
}
</style>
background-color css
<style>
a { background-color: #C4B37B; }
a { background-color: rgb(196,179,123); }
div.DivClassName
{
background-color: #C4B37B;
}
.BgClassName
{
background-color: #C4B37B;
}
</style>
border-color css
<style>
span { border-color: #C4B37B; }
span { border-color: rgb(196,179,123); }
td.TdClassName
{
border-color: #C4B37B;
}
.TagClassName
{
border-color: #C4B37B;
}
</style>