Shades of Ecru #C0A97C
Tints of Ecru #C0A97C
RGB
CMYK
RGB Variations
Color information
#C0A97C (or 0xC0A97C) is known color: Ecru. HEX triplet: C0, A9 and 7C. RGB value is (192,169,124). Sum of RGB (Red+Green+Blue) = 192+169+124=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A97C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A97C is #3F5683. Grayscale: #AAAAAA. Windows color (decimal): -4150916 or 8169920. OLE color: 8169920.
HSL color Cylindrical-coordinate representation of color #C0A97C: hue angle of 39.71º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0A97C is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 124 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.25 |
| HSL | 39.71º | 0.35% | 0.62% | - |
| HSV(B) | 39.71º | 0.35% | 0.75% | - |
| XYZ | 39.56 | 41.04 | 24.9 | - |
| YUV | 170.75 | 101.62 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 124 | 0 | 0.12 | 0.35 | 0.25 | 39.71 | 0.35 | 0.62 |
| Hex | C0 | A9 | 7C | 0 | C | 23 | 19 | 28 | 23 | 3E |
| Octal | 300 | 251 | 174 | 0 | 14 | 43 | 31 | 50 | 43 | 76 |
| Binary | 11000000 | 10101001 | 1111100 | 0 | 1100 | 100011 | 11001 | 101000 | 100011 | 111110 |
Color Harmonies of #C0A97C
Complementary color
Monochromatic Colors of #C0A97C
Black with #C0A97C
Text Example
Text Example
White with #C0A97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A97C; }
p { color: rgb(192,169,124); }
H1.HeaderClassName
{
color: #C0A97C;
}
.AnyTagClassName
{
color: #C0A97C;
}
</style>
background-color css
<style>
a { background-color: #C0A97C; }
a { background-color: rgb(192,169,124); }
div.DivClassName
{
background-color: #C0A97C;
}
.BgClassName
{
background-color: #C0A97C;
}
</style>
border-color css
<style>
span { border-color: #C0A97C; }
span { border-color: rgb(192,169,124); }
td.TdClassName
{
border-color: #C0A97C;
}
.TagClassName
{
border-color: #C0A97C;
}
</style>