Shades of Ecru #C4AC81
Tints of Ecru #C4AC81
RGB
CMYK
RGB Variations
Color information
#C4AC81 (or 0xC4AC81) is known color: Ecru. HEX triplet: C4, AC and 81. RGB value is (196,172,129). Sum of RGB (Red+Green+Blue) = 196+172+129=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AC81 is #3B537E. Grayscale: #AEAEAE. Windows color (decimal): -3887999 or 8498372. OLE color: 8498372.
HSL color Cylindrical-coordinate representation of color #C4AC81: hue angle of 38.51º 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 #C4AC81 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 172 | 129 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.23 |
| HSL | 38.51º | 0.36% | 0.64% | - |
| HSV(B) | 38.51º | 0.34% | 0.77% | - |
| XYZ | 41.48 | 42.83 | 26.85 | - |
| YUV | 174.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 129 | 0 | 0.12 | 0.34 | 0.23 | 38.51 | 0.36 | 0.64 |
| Hex | C4 | AC | 81 | 0 | C | 22 | 17 | 27 | 24 | 40 |
| Octal | 304 | 254 | 201 | 0 | 14 | 42 | 27 | 47 | 44 | 100 |
| Binary | 11000100 | 10101100 | 10000001 | 0 | 1100 | 100010 | 10111 | 100111 | 100100 | 1000000 |
Color Harmonies of #C4AC81
Complementary color
Monochromatic Colors of #C4AC81
Black with #C4AC81
Text Example
Text Example
White with #C4AC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AC81; }
p { color: rgb(196,172,129); }
H1.HeaderClassName
{
color: #C4AC81;
}
.AnyTagClassName
{
color: #C4AC81;
}
</style>
background-color css
<style>
a { background-color: #C4AC81; }
a { background-color: rgb(196,172,129); }
div.DivClassName
{
background-color: #C4AC81;
}
.BgClassName
{
background-color: #C4AC81;
}
</style>
border-color css
<style>
span { border-color: #C4AC81; }
span { border-color: rgb(196,172,129); }
td.TdClassName
{
border-color: #C4AC81;
}
.TagClassName
{
border-color: #C4AC81;
}
</style>