Shades of Ecru #C2A97B
Tints of Ecru #C2A97B
RGB
CMYK
RGB Variations
Color information
#C2A97B (or 0xC2A97B) is known color: Ecru. HEX triplet: C2, A9 and 7B. RGB value is (194,169,123). Sum of RGB (Red+Green+Blue) = 194+169+123=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A97B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A97B is #3D5684. Grayscale: #ABABAB. Windows color (decimal): -4019845 or 8104386. OLE color: 8104386.
HSL color Cylindrical-coordinate representation of color #C2A97B: hue angle of 38.87º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2A97B is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 123 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.24 |
| HSL | 38.87º | 0.37% | 0.62% | - |
| HSV(B) | 38.87º | 0.37% | 0.76% | - |
| XYZ | 40.01 | 41.28 | 24.6 | - |
| YUV | 171.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 123 | 0 | 0.13 | 0.37 | 0.24 | 38.87 | 0.37 | 0.62 |
| Hex | C2 | A9 | 7B | 0 | D | 25 | 18 | 27 | 25 | 3E |
| Octal | 302 | 251 | 173 | 0 | 15 | 45 | 30 | 47 | 45 | 76 |
| Binary | 11000010 | 10101001 | 1111011 | 0 | 1101 | 100101 | 11000 | 100111 | 100101 | 111110 |
Color Harmonies of #C2A97B
Complementary color
Monochromatic Colors of #C2A97B
Black with #C2A97B
Text Example
Text Example
White with #C2A97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A97B; }
p { color: rgb(194,169,123); }
H1.HeaderClassName
{
color: #C2A97B;
}
.AnyTagClassName
{
color: #C2A97B;
}
</style>
background-color css
<style>
a { background-color: #C2A97B; }
a { background-color: rgb(194,169,123); }
div.DivClassName
{
background-color: #C2A97B;
}
.BgClassName
{
background-color: #C2A97B;
}
</style>
border-color css
<style>
span { border-color: #C2A97B; }
span { border-color: rgb(194,169,123); }
td.TdClassName
{
border-color: #C2A97B;
}
.TagClassName
{
border-color: #C2A97B;
}
</style>