Shades of Ecru #C4AC7B
Tints of Ecru #C4AC7B
RGB
CMYK
RGB Variations
Color information
#C4AC7B (or 0xC4AC7B) is known color: Ecru. HEX triplet: C4, AC and 7B. RGB value is (196,172,123). Sum of RGB (Red+Green+Blue) = 196+172+123=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AC7B is #3B5384. Grayscale: #ADADAD. Windows color (decimal): -3888005 or 8105156. OLE color: 8105156.
HSL color Cylindrical-coordinate representation of color #C4AC7B: hue angle of 40.27º 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 #C4AC7B is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 172 | 123 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.23 |
| HSL | 40.27º | 0.38% | 0.63% | - |
| HSV(B) | 40.27º | 0.37% | 0.77% | - |
| XYZ | 41.09 | 42.67 | 24.81 | - |
| YUV | 173.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 123 | 0 | 0.12 | 0.37 | 0.23 | 40.27 | 0.38 | 0.63 |
| Hex | C4 | AC | 7B | 0 | C | 25 | 17 | 28 | 26 | 3F |
| Octal | 304 | 254 | 173 | 0 | 14 | 45 | 27 | 50 | 46 | 77 |
| Binary | 11000100 | 10101100 | 1111011 | 0 | 1100 | 100101 | 10111 | 101000 | 100110 | 111111 |
Color Harmonies of #C4AC7B
Complementary color
Monochromatic Colors of #C4AC7B
Black with #C4AC7B
Text Example
Text Example
White with #C4AC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AC7B; }
p { color: rgb(196,172,123); }
H1.HeaderClassName
{
color: #C4AC7B;
}
.AnyTagClassName
{
color: #C4AC7B;
}
</style>
background-color css
<style>
a { background-color: #C4AC7B; }
a { background-color: rgb(196,172,123); }
div.DivClassName
{
background-color: #C4AC7B;
}
.BgClassName
{
background-color: #C4AC7B;
}
</style>
border-color css
<style>
span { border-color: #C4AC7B; }
span { border-color: rgb(196,172,123); }
td.TdClassName
{
border-color: #C4AC7B;
}
.TagClassName
{
border-color: #C4AC7B;
}
</style>