Shades of Ecru #C2AC81
Tints of Ecru #C2AC81
RGB
CMYK
RGB Variations
Color information
#C2AC81 (or 0xC2AC81) is known color: Ecru. HEX triplet: C2, AC and 81. RGB value is (194,172,129). Sum of RGB (Red+Green+Blue) = 194+172+129=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AC81 is #3D537E. Grayscale: #ADADAD. Windows color (decimal): -4019071 or 8498370. OLE color: 8498370.
HSL color Cylindrical-coordinate representation of color #C2AC81: hue angle of 39.69º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2AC81 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 129 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.24 |
| HSL | 39.69º | 0.35% | 0.63% | - |
| HSV(B) | 39.69º | 0.34% | 0.76% | - |
| XYZ | 40.96 | 42.56 | 26.82 | - |
| YUV | 173.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 129 | 0 | 0.11 | 0.34 | 0.24 | 39.69 | 0.35 | 0.63 |
| Hex | C2 | AC | 81 | 0 | B | 22 | 18 | 28 | 23 | 3F |
| Octal | 302 | 254 | 201 | 0 | 13 | 42 | 30 | 50 | 43 | 77 |
| Binary | 11000010 | 10101100 | 10000001 | 0 | 1011 | 100010 | 11000 | 101000 | 100011 | 111111 |
Color Harmonies of #C2AC81
Complementary color
Monochromatic Colors of #C2AC81
Black with #C2AC81
Text Example
Text Example
White with #C2AC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC81; }
p { color: rgb(194,172,129); }
H1.HeaderClassName
{
color: #C2AC81;
}
.AnyTagClassName
{
color: #C2AC81;
}
</style>
background-color css
<style>
a { background-color: #C2AC81; }
a { background-color: rgb(194,172,129); }
div.DivClassName
{
background-color: #C2AC81;
}
.BgClassName
{
background-color: #C2AC81;
}
</style>
border-color css
<style>
span { border-color: #C2AC81; }
span { border-color: rgb(194,172,129); }
td.TdClassName
{
border-color: #C2AC81;
}
.TagClassName
{
border-color: #C2AC81;
}
</style>