Shades of Ecru #C2A97D
Tints of Ecru #C2A97D
RGB
CMYK
RGB Variations
Color information
#C2A97D (or 0xC2A97D) is known color: Ecru. HEX triplet: C2, A9 and 7D. RGB value is (194,169,125). Sum of RGB (Red+Green+Blue) = 194+169+125=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A97D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A97D is #3D5682. Grayscale: #ABABAB. Windows color (decimal): -4019843 or 8235458. OLE color: 8235458.
HSL color Cylindrical-coordinate representation of color #C2A97D: hue angle of 38.26º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2A97D is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 125 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.24 |
| HSL | 38.26º | 0.36% | 0.63% | - |
| HSV(B) | 38.26º | 0.36% | 0.76% | - |
| XYZ | 40.14 | 41.33 | 25.26 | - |
| YUV | 171.46 | 101.78 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 125 | 0 | 0.13 | 0.36 | 0.24 | 38.26 | 0.36 | 0.63 |
| Hex | C2 | A9 | 7D | 0 | D | 24 | 18 | 26 | 24 | 3F |
| Octal | 302 | 251 | 175 | 0 | 15 | 44 | 30 | 46 | 44 | 77 |
| Binary | 11000010 | 10101001 | 1111101 | 0 | 1101 | 100100 | 11000 | 100110 | 100100 | 111111 |
Color Harmonies of #C2A97D
Complementary color
Monochromatic Colors of #C2A97D
Black with #C2A97D
Text Example
Text Example
White with #C2A97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A97D; }
p { color: rgb(194,169,125); }
H1.HeaderClassName
{
color: #C2A97D;
}
.AnyTagClassName
{
color: #C2A97D;
}
</style>
background-color css
<style>
a { background-color: #C2A97D; }
a { background-color: rgb(194,169,125); }
div.DivClassName
{
background-color: #C2A97D;
}
.BgClassName
{
background-color: #C2A97D;
}
</style>
border-color css
<style>
span { border-color: #C2A97D; }
span { border-color: rgb(194,169,125); }
td.TdClassName
{
border-color: #C2A97D;
}
.TagClassName
{
border-color: #C2A97D;
}
</style>