Shades of Ecru #C1AD73
Tints of Ecru #C1AD73
RGB
CMYK
RGB Variations
Color information
#C1AD73 (or 0xC1AD73) is known color: Ecru. HEX triplet: C1, AD and 73. RGB value is (193,173,115). Sum of RGB (Red+Green+Blue) = 193+173+115=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AD73 is #3E528C. Grayscale: #ACACAC. Windows color (decimal): -4084365 or 7581121. OLE color: 7581121.
HSL color Cylindrical-coordinate representation of color #C1AD73: hue angle of 44.62º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1AD73 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 115 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.24 |
| HSL | 44.62º | 0.39% | 0.6% | - |
| HSV(B) | 44.62º | 0.4% | 0.76% | - |
| XYZ | 40.03 | 42.46 | 22.31 | - |
| YUV | 172.37 | 95.63 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 115 | 0 | 0.10 | 0.40 | 0.24 | 44.62 | 0.39 | 0.6 |
| Hex | C1 | AD | 73 | 0 | A | 28 | 18 | 2D | 27 | 3C |
| Octal | 301 | 255 | 163 | 0 | 12 | 50 | 30 | 55 | 47 | 74 |
| Binary | 11000001 | 10101101 | 1110011 | 0 | 1010 | 101000 | 11000 | 101101 | 100111 | 111100 |
Color Harmonies of #C1AD73
Complementary color
Monochromatic Colors of #C1AD73
Black with #C1AD73
Text Example
Text Example
White with #C1AD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD73; }
p { color: rgb(193,173,115); }
H1.HeaderClassName
{
color: #C1AD73;
}
.AnyTagClassName
{
color: #C1AD73;
}
</style>
background-color css
<style>
a { background-color: #C1AD73; }
a { background-color: rgb(193,173,115); }
div.DivClassName
{
background-color: #C1AD73;
}
.BgClassName
{
background-color: #C1AD73;
}
</style>
border-color css
<style>
span { border-color: #C1AD73; }
span { border-color: rgb(193,173,115); }
td.TdClassName
{
border-color: #C1AD73;
}
.TagClassName
{
border-color: #C1AD73;
}
</style>